exporting multiple modules from one dll?

Andras Balogh andras.balogh at gmx.net
Thu Jan 26 12:39:36 EST 2006


I have a dll that contains all kinds of services (input, audio, video, 
etc..), and I would like to export these to Python as separate modules. 
Now, if I call Py_InitModule with a name that's different than the dll 
name, I get an error. So what can I do?

Thanks,


Andras



More information about the Python-list mailing list