On Python 3.8.x and later, if the imported module requires non-system DLLs that are not installed nor bundled with the module package, os.add_dll_directory() must be called on every path that contains the required DLLs, so that the module can be imported successfully by Python. Make things easier for people by calling os.add_dll_directory() on the valid directories in %PATH%, so that such module checks can be carried out successfully with much less manual intervention.pull/10103/head
parent
17f5d0cffb
commit
99ad11bd9c
1 changed files with 13 additions and 1 deletions
Loading…
Reference in new issue