Skip to content

dll issue for python 3.8+ #235

Closed
Closed
@thomasmfish

Description

@thomasmfish

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions