libredwg icon indicating copy to clipboard operation
libredwg copied to clipboard

How to use the prebuild binarys with python?

Open DragonCat4012 opened this issue 6 months ago • 0 comments

Image

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'

DragonCat4012 avatar May 16 '25 14:05 DragonCat4012