libredwg
libredwg copied to clipboard
How to use the prebuild binarys with python?
i added these files in my Python Lib Folder, the package doesnt seem to find the _module tho, what am i doing wrong?
❯ & C:/Python311/python.exe d:/dev/h/load_dwg.py
Traceback (most recent call last):
File "d:\dev\h\load_dwg.py", line 4, in <module>
from LibreDWG import *
File "C:\Python311\Lib\LibreDWG.py", line 12, in <module>
import _LibreDWG
ModuleNotFoundError: No module named '_LibreDWG'