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

Robin Dunn robin@alldunn.com
Fri Jan 19 13:14:04 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.
>=20
> This is more or less a rewrite of Gordon's installer project.
>=20
> Homepage: http://starship.python.net/crew/theller/py2exe/
>=20

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!