I want py2exe not to create library.zip

Laszlo Nagy gandalf at shopzeus.com
Wed Sep 12 16:09:30 EDT 2007


  Hi,

I want py2exe not to create library.zip. My reason is that the installed 
program will be a self updating program, and it must be able to download 
changes (newer python source files) from the server. So the files should 
not be in library.zip. I tried the --bundle option but apparently it can 
only be used to make the distribution __more__ bundled.

Thanks,

   Laszlo




More information about the Python-list mailing list