Eryk Sun <eryk...@gmail.com> added the comment:

The issue tracker is not a general support forum for software development. 
Please ask first on python-list or the users group on discuss.python.org. For 
now, I'm changing the status of this issue to pending. If the discussion 
determines that there's a bug in Python that needs to be fixed, please return 
with the relevant information and example code to reproduce the problem.

> Usually this error occurs due to PATH conflicts. 

Python 3.8 and above does not use PATH when importing extension modules, nor by 
default with ctypes CDLL and WinDLL. See os.add_dll_directory(). Note that 
commonly the latter isn't needed because the directory of the loaded PYD/DLL is 
implicitly searched.

----------
nosy: +eryksun
status: open -> pending

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

Reply via email to