[issue40906] Unable to import module due to python unable to resolve dependecies

Thomas Scheruebl report at bugs.python.org
Tue Jun 9 03:23:37 EDT 2020


Thomas Scheruebl <thomas at scheruebl.email> added the comment:

>From what I can see this behavior is intended starting with Python 3.8 for Windows and DLL loading for extension modules.

You can use add_dll_directory to add directories to the DLL load path (see https://docs.python.org/3/library/os.html#os.add_dll_directory). More information can be found e.g. here https://docs.python.org/3/whatsnew/3.8.html#bpo-36085-whatsnew

----------
nosy: +schribl

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40906>
_______________________________________


More information about the Python-bugs-list mailing list