I want py2exe not to create library.zip

Laszlo Nagy gandalf at designaproduct.biz
Thu Sep 13 05:55:26 EDT 2007


>> 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. :-)



More information about the Python-list mailing list