Skip to content

iris_utils defect in Windows environment #4

@isc-atoth

Description

@isc-atoth

In iris_embedded_python/iris_utils.py the following line of code, which appeared in the last commit in March, throws errors on Windows:
sys.setdlopenflags(sys.getdlopenflags() | os.RTLD_GLOBAL)

This mechanism only exists on Linux/Unix systems and has no relevance, but causes problems on Windows. Could be executed conditionally to make the code "platform independent".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions