Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

libxtwrapper.so is not a Python module #356

Copy link
Copy link
@de11n

Description

@de11n
Issue body actions

libxtwrapper.so is built as if it is a C extension Python module. It certainly is a C extension, but it's not a Python module (one cannot simply import it). Because of this, it should not be installed into lib/python3X/site-packages with the common Python SO module naming scheme. It should probably be installed in lib. arrow does this correctly (e.g. here), and unfortunately, it looks like a pain.

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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.