py2exe 0.3.3 released
Thomas Heller
theller@python.net
Wed, 8 May 2002 11:58:08 +0200
py2exe is a distutils extension to convert python scripts
into windows exe-files (plus maybe a few dlls), able to run
on computers without requiring a python installation.
New in release 0.3.3:
Fixed the broken ModuleFinder included in previous releases.
Services now print a readable traceback to the eventlog
(or the console if run with the --debug flag).
Services' _svc_deps_ are now supported - thanks to Matthew
King for the patches.
py2exe should run again under Win98.
Yasushi Masuda has translated the homepage page into Japanese:
http://www.python.jp/Zope/articles/tips/py2exe .
Download from the usual location:
http://starship.python.net/crew/theller/py2exe/
Thomas