[ANN] py2exe 0.3.3 released

Thomas Heller theller at python.net
Wed May 8 05:59:08 EDT 2002


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





More information about the Python-list mailing list