How big is python24.dll?

"Martin v. Löwis" martin at v.loewis.de
Wed Jul 14 16:21:38 EDT 2004


Fuzzyman wrote:
> As a side issue David Kastan has just compiled Python 2.3.4 for the
> pocketPC. He's endeavoured to keep the dll down to a minimum and
> everything else in a zip - making minimum size distributions possible.
> 
> More of an issue on a machine with 32mb ram (including storage).....

On such a system, removing unneeded modules is trivial: just don't
compile them (and comment-out the relevant lines in config.c).

For people who want super-small packages of Python2.4, it would
be possible to create a separate python24.dll, which is plug-in
compatible except that it has fewer modules built-in. If there is
a real need for such a thing, somebody will provide regardless
of whether the standard distribution provides it.

Regards,
Martin




More information about the Python-list mailing list