>> 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

Reply via email to