[ANN] py2exe - new version

Robin Becker robin at jessikat.fsnet.co.uk
Thu Feb 15 06:16:23 EST 2001


In article <mailman.982227198.28101.python-list at python.org>, Thomas
Heller <theller at python.net> writes
>py2exe is a distutils extension to convert python scripts into standalone
>windows executables.
>
>The URL is: http://starship.python.net/crew/theller/py2exe/
>
>I've released version 0.2.3 of py2exe, which seems pretty stable, although
>it should still be considered beta.
>
>It has been used for creating wxPython, PyGTK, pygame, win32com client and
>other standalone programs.
>
>I would like to thank the early adopters(in alphabetical order)
>Dan Rolander, Dave Brueck, Franz Geiger, Markus Gritsch,
>Pete Shinners, Peter Hansen, Robin Dunn, and Wayne Izatt
>for helpfull suggestions, testing and support.
>
>Development will continue. Features planned for the next release(s):
>- More aggressive way to find dependencies, hopefully making the building
>  process more automatic
>- COM server support (localserver, inprocserver)
>
>Regards,
>
>Thomas
>
I've not tried this yet, but what about using the checking stuff from
Gordon McMillan's Installer. The only problems that I've been getting
using it are reasonably unusual. In particular it has problems with

package\_init__.py contains
from bingo import BINGO

as it when it sees 'from package import BINGO' it doesn't know to look
in bingo.py 

Gordon's compressed import packages are really neat and I hacked the c
stuff to clean up more aggressively so users don't see any dlls lying
about after use.
-- 
Robin Becker



More information about the Python-list mailing list