Closed fcollot closed 8 months ago
On Windows when Python loads an extension module that depends on other shared libraries it no longer uses sys.paths to load those dependencies. The function os.add_dll_directory must be used.
sys.paths
os.add_dll_directory
On Windows when Python loads an extension module that depends on other shared libraries it no longer uses
sys.paths
to load those dependencies. The functionos.add_dll_directory
must be used.