I want py2exe not to create library.zip

Grant Edwards grante at visi.com
Wed Sep 12 19:40:43 EDT 2007


On 2007-09-12, Laszlo Nagy <gandalf at shopzeus.com> wrote:

> I want py2exe not to create library.zip.

setup (
       [...]
       options = {"py2exe": {"skip_archive":1}}
      )       

-- 
Grant Edwards                   grante             Yow! Am I accompanied by a
                                  at               PARENT or GUARDIAN?
                               visi.com            



More information about the Python-list mailing list