Extending Embedded Python
Fredrik Lundh
fredrik at pythonware.com
Sun Sep 25 05:01:57 EDT 2005
Richard Townsend wrote:
> In the "Extending and Embedding" part of the Python documentation: section
> 5.4 "Extending Embedded Python" - it describes how to use a Python
> extension module from Python that is embedded in a C application.
>
> Is it safe to call Py_InitModule() more than once in the same application -
> in order to be able to use more than one extension module?
yes.
</F>
More information about the Python-list
mailing list