minimal python27.dll?
est
electronixtar at gmail.com
Wed Apr 27 06:43:58 EDT 2011
Hi guys,
I need to ship python runtime environment package on Windows, if I
want to stripping unnessasery functions from python27.dll to make it
as small as possible(and perhaps finally UPX it), which parts of
python27.dll do you think can be removed?
>From what I think, these parts are not needed when shipping with final
end-user product:
1. debugging
2. parse text .py files, because everything is already in bytecode
Any ideas? Critics?
Thanks in advance!
More information about the Python-list
mailing list