Py2exe embed my modules to libary.zip

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Thu Mar 27 14:54:12 EDT 2008


En Thu, 27 Mar 2008 14:34:02 -0300, Larry Bates <larry.bates at websafe.com>  
escribió:

> Create your py2exe distribution without a zipfile and all the modules
> will just be put into the installation directory.  Use Inno Setup to
> make a proper installer for your application.

I second that. It's the easiest way. Another way it to help improve py2exe  
so it can find modules from inside a .zip and extract them (if this  
happens to be the cause).

-- 
Gabriel Genellina




More information about the Python-list mailing list