Little tool - but very big size... :-(
Giovanni Bajo
noway at sorry.com
Tue Feb 21 04:57:42 EST 2006
Durumdara wrote:
> I need to have more compressed result. Can I compress dll-s, pyd-s
> with Py2Exe ?
> Can I decrease the total size with something ?
>
> If not, how to I create an self-unpackager and self-starter program
> that use an temporary directory in the disk ? With WinRar ?
You can use PyInstaller (http://pyinstaller.hpcf.upr.edu). PyInstaller easily
builds a single executable with everything inside it. It also optionally
compresses everything with UPX (http://upx.sourceforge.net/) so to reduce the
size at the maximum.
There are also other choices that can be made. For instance, wxWidgets is
*HUGE*.
--
Giovanni Bajo
More information about the Python-list
mailing list