Eryk Sun added the comment:

LoadLibraryEx with LOAD_WITH_ALTERED_SEARCH_PATH worked for me in Windows 10. I 
tested loading 64-bit python3.dll, for both 3.5 and 3.6, and getting the 
address of Py_Main. The DLLs were loaded from DLL35 and DLL36 subdirectories. 
It worked using both a relative and a fully-qualified path, but, per the docs, 
to be safe you should use the fully-qualified path to python3.dll.

----------
nosy: +eryksun

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29399>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to