Closed
Description
https://bugs.python.org/issue43173
This can be fixed with a simple:
with os.add_dll_directory(os.getcwd()):
before any code that imports dlls, or something similar (maybe os.path.dirname(microscope.__file__)
instead of os.getcwd()
?)
Metadata
Metadata
Assignees
Labels
No labels