Loading an imported module (C API)

booncw chiaweng at gmail.com
Tue Apr 6 09:58:47 EDT 2010


Hi,

I am running a simulation where the python module has already been
imported.   Could you please tell me how to load it?

I've been doing this (importing everytime), but it is too slow:
pModule = PyImport_Import(pName);


Yours,

Boon



More information about the Python-list mailing list