>> I want py2exe not to create library.zip. >> > > setup ( > [...] > options = {"py2exe": {"skip_archive":1}} > ) > Cool! Just what I needed. Where it is documented? Ah, in the source. :-) -- http://mail.python.org/mailman/listinfo/python-list
- Re: I want py2exe not to create library.zip Laszlo Nagy
- Re: I want py2exe not to create library.zip Laszlo Nagy
- Re: I want py2exe not to create library.zip Grant Edwards