py2exe 0.5 and multiple utilities

Thomas Heller theller at python.net
Tue Feb 10 10:40:35 EST 2004


Thomas Heller <theller at python.net> writes:

> miki.tebeka at zoran.com (Miki Tebeka) writes:
>
>> Hello All,
>>
>> I'd like to create several utilities with py2exe and place them all in
>> the same directory.
>> However for each utility py2exe creates a different library.zip.
>
> You can rename library.zip into something else for each utility.

I forgot to say that py2exe has to know about it, so you don't rename
the file after it has been created, instead you specify a
'zipfile="xxxx"' named argument when calling the setup function.

Thomas



More information about the Python-list mailing list