Creating a _light_ python dll

Emmanuel Astier emmanuel.astier at winwise.fr
Wed Jun 27 09:33:33 EDT 2001


Hi, 

I would like to use Python as a script for internet games.
The game will be avalaible by download only, so size really matters.

What are the modules that I can remove from the standard python ?
I thought of :
complex, 
long object, 
AudioOp, 
imageOp, 
md5,
md5module, 
rgbimgmodule,
rotormodule,
shamodule,
signalmodule,
soundex,
yuvconvert

Are any of these necessary for python ?
Are there any other module I could take back ?
Is thread and threadmodule necessary, if I want to make a single
thread application ?


Thanks for any help, 

Emmanuel




More information about the Python-list mailing list