Embedded Python.

Phil Frost indigo at bitglue.com
Thu Oct 7 08:43:56 EDT 2004


On Thu, Oct 07, 2004 at 04:53:35AM -0700, winlinchu at yahoo.it wrote:
> 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.

The list of modules to build into the library is in Modules/Setup. By
default this contains only essential modules.



More information about the Python-list mailing list