Issue resolving relative lib_dependency path on Windows
jdhughes-usgs opened this issue · 0 comments
jdhughes-usgs commented
On Windows:
xmiobj = xmipy("../path/to/dll")
results in OSError: [WinError 87] The parameter is incorrect
This can be resolved by modifying
Line 108 in bff6ccc
os.environ["PATH"] = str(Path(lib_dependency).absolute()) + os.pathsep + os.environ["PATH"]