Embedded Python.

winlinchu at yahoo.it winlinchu at yahoo.it
Thu Oct 7 07:53:35 EDT 2004


I would want to embed Python interpreter in an application, but only
the
interpreter without the modules of the standard library (unless sys,
builtin or some others, that are indispensables). In "setup.py" of the
source tree, there is a variable that must contain the list of modules
to not install. I have added some modules, but does not work.

How can I do? Thanks.



More information about the Python-list mailing list