Getting module object by name in C extension module

Ilariu Raducan ilariu at yahoo.com
Wed Jul 14 05:57:41 EDT 2004


Hi All,

Is it possible in a C extension module to get a reference to an already loaded module?
Something like:
PyObject* module_object = Py......("module_name");

Thank You,
Ilariu



More information about the Python-list mailing list