Skip to content

libxtwrapper.so is not a Python module #356

@de11n

Description

@de11n

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