Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_LibreDWG.so missing from python bindings #975

Open
Katyos opened this issue May 10, 2024 · 2 comments
Open

_LibreDWG.so missing from python bindings #975

Katyos opened this issue May 10, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Katyos
Copy link

Katyos commented May 10, 2024

Using the precompiled windows binaries for version 13.3. When I import the LibreDWG.py module the first thing it does is look for the _LibreDWG.so file. However, this file is nowhere to be found in either the site-packages folder or the zip file as a whole.

Is there another file in the package that can be pointed to to do the same job? If not, would it be possible to ensure that the .so file is included in the python library please?

@rurban rurban self-assigned this Jul 13, 2024
@rurban rurban added the bug Something isn't working label Jul 13, 2024
@rurban
Copy link
Contributor

rurban commented Jul 23, 2024

A windows release does have no _LibreDWG.so file. It's called lib/python3.11/site-packages/_LibreDWG-0.dll there. I'll see where this wrong .so thing comes from.

@Nobujine
Copy link

Nobujine commented Jul 23, 2024

See this from SWIG documentation:
https://www.swig.org/Doc1.3/Python.html#Python_nn9

I get this same error when trying to use the python module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants