[python-win32] Extending DLL search path?

Arve Knudsen arve.knudsen at gmail.com
Tue Sep 30 11:17:14 CEST 2008


Hi

I have a C++ program which embeds Python and is itself modularized
into several DLLs. The Python part (extensions) of the application
again links to these DLLs, the problem is the containing catalog (also
containing the executable itself) is not on the PATH, so the DLLs
aren't resolved when loading the Python extensions. Is there any smart
way of extending the DLL search path at runtime?

Thanks,
Arve


More information about the python-win32 mailing list