itsmehara / pydwg_extract

Python tool for reading and extracting parameters from AutoCAD (.dwg) files.
MIT License
3 stars 0 forks source link

ezdxf.readfile can not read DWG file #6

Open xth26 opened 3 months ago

xth26 commented 3 months ago

ezdxf.readfile read dwg file will have this error: raise IOError(f"File '{filename}' is not a DXF file.")

stsnelson commented 1 month ago

Any update on this as I am getting the same issue.