[Distutils] py2exe - convert python scripts into exe files (windows)

Thomas Heller thomas.heller@ion-tof.com
Fri Jan 19 07:40:03 2001


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