Embeded python without filesystem

Jacek Cz michalw at trylogia.pl
Fri Apr 16 04:31:39 EDT 2004


Do you have some tips about making Python small (minimal list of 
modules) and isolated from filesystem. I have an idea

#define Py_WITHOUT_FILES
This switch should disable some function/modules from modules sys, 
fileobject, but also import from file, path resolving etd.



More information about the Python-list mailing list