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
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to