Python on an embedded platform
"Martin v. Löwis"
martin at v.loewis.de
Thu Jan 19 14:34:12 EST 2006
More information about the Python-list mailing list
Thu Jan 19 14:34:12 EST 2006
- Previous message (by thread): Python on an embedded platform
- Next message (by thread): Python on an embedded platform
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Derek wrote: > Does anybody have advice? I am looking for any tricks, features I can > disable, etc so I can get the python core to be a small as possible (<100k > would be good). Please start with describing how far you got. What did you already do, and how far did it get you? My first recommendation is to disable all modules which you don't need... Regards, Martin
- Previous message (by thread): Python on an embedded platform
- Next message (by thread): Python on an embedded platform
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list