Hi,
I'm writing an embedded Python application in C++ on Win2K, using
ActivePython 2.0. The problem occurs when my C++ code calls
PyImport_ImportModule for a python script. If the script imports win32api
then the PyImport_ImportModule call fails. This only happens in my DEBUG
build, and it appears to be because I link to the debug Python libraries
(Python20_d.dll). From a little code browsing it appears that Python on
hitting the import win32api tries to load win32api_d.pyd.
I have downloaded the debug Python binaries from the ActiveState web site
(which includes this win32api_d.pyd file) but how do I register it on my
system so it is picked up by the runtime?
Many thanks
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython