python script and C dll in debug mode

Mark Hammond mhammond at skippinet.com.au
Wed Feb 19 16:04:16 EST 2003


Ngoc wrote:
> Yes, I run only debug with debug. I also rename dll to
> "MyModule_d.dll" and import MyModule_d python script.  The problem
> still exits.

You name your file MyModule_d.dll, but you will still import "MyModule".

Mark.





More information about the Python-list mailing list