py2exe - convert python scripts into exe files (windows)
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
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.
AWESOME! I ran into the inability of Installer to build a debug version just a couple days ago. (I had a program that ran fine normally but crashed when in an Installer .exe) Integration with distutils is a nice approach. Thanks! -- Robin Dunn Software Craftsman robin@AllDunn.com Java give you jitters? http://wxPython.org Relax with wxPython!
participants (2)
-
Robin Dunn
-
Thomas Heller