I've created a distutils extension to convert python scripts into standalone windows executable files. You end up with an exe-file as well as pythonxx.dll plus some .pyd's. This is more or less a rewrite of Gordon's installer project. Homepage: http://starship.python.net/crew/theller/py2exe/ Compatibility: Python 1.5 or later. License: BSD Regards, Thomas Heller