Extending Embedded Python

Richard Townsend richard at nospam.com
Sat Sep 24 14:30:26 EDT 2005


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?

-- 
Richard



More information about the Python-list mailing list