Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DLL search path on Windows with Python 3.8
Python 3.8 no longer looks for DLLs in the insecure search path, i.e. it ignores %PATH%. Add the necessary directory using os.add_dll_directory() to make this work again.
- Loading branch information