[Python-Dev] imputil and modulefinder replacements

Thomas Heller thomas.heller@ion-tof.com
Fri, 5 Oct 2001 21:09:58 +0200


From: "James C. Ahlstrom" <jim@interet.com>
> Thomas Heller wrote:
> 
> > Do you know about py2exe and installer? This is a variation of what they do.
> 
> I've heard of it, but where is it?  I never searched out the URL.
> I just use freeze.  Anyway, I think we something in the core.
http://starship.python.net/crew/theller/py2exe, the project
is on sourceforge: http://sourceforge.net/projects/py2exe, so you
can browse the CVS repository.

Installer: http://www.mcmillan-inc.com/install1.html

Um, BTW: py2exe's code originated from bdist_wininst (the distutils
windows installer), which also contains C-code to unpack zip-files:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/distutils/misc/

Thomas