Standalone applications

Martin von Loewis loewis at informatik.hu-berlin.de
Fri Feb 9 12:43:00 EST 2001


paulus132 at my-deja.com writes:

> I also have some good experience with freeze, but the binaries are big
> (1.8M on Sun, 0.5M after strip), even for very simple *.py scripts !!
> 
> Do you have some tips to reduce it ??

I'd check the config.c generated by freeze. It may be that it decides
to link-in builtin modules which are not needed in your application.

Regards,
Martin




More information about the Python-list mailing list