Hi there,

I am using PyInstaller to package code (https://launchpad.net/woo - you can add me to projects using PyInstaller :-) ) which has two console scripts. Each of them is transformed into an .exe file of about 5MB, presumably each embedding the same python's executable and builtin modules. This does not scale to multiple scripts very well in terms of download (and upload!) size. Is there a way to reduce this duplication?

A related issue is that I run Analysis for both scripts (http://bazaar.launchpad.net/~eudoxos/woo/trunk/view/head:/woo.pyinstaller.spec#L22), each yielding the same result (those scripts only call different functions in a file). The Analysis is lengthy and any way to avoid it would be nice.

Cheers,

Vaclav


--
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to