Inria-Asclepios / medInria-public

Open-source part of the medInria software
https://med.inria.fr/
BSD 4-Clause "Original" or "Old" License
0 stars 9 forks source link

fix loading of DLLs by Python on Windows #822

Closed fcollot closed 8 months ago

fcollot commented 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.