[Python-Dev] imputil and modulefinder replacements

James C. Ahlstrom jim@interet.com
Fri, 05 Oct 2001 14:58:44 -0400


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.

> BTW: I remember I having seen a ZipFileImporter using imputil, but
> cannot find it any more. Am I dreaming?

Either Greg Stein or I (I don't remember) wrote a ZipFileImporter
for imputil, and that is what I am currently using.

Jim