DXFTypeError: name has to be a string. #1106
Unanswered
Gianmaria92
asked this question in
Q&A
Replies: 3 comments 3 replies
-
That's not enough information... |
Beta Was this translation helpful? Give feedback.
1 reply
-
This file is a DXF R12 file which includes structure elements from later DXF formats, this confuses
Although AutoCAD can read this file, it is still a sign of a poor DXF eporter. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I fixed this issue and added your example file "tang_1000.dxf" as a test case. I hope this is ok for you. I don't think this is confidential data: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good morning,
when I try to open a .dxf in python, I get the error ‘DXFTypeError: name has to be a string.’
The .dxf file is generated by c#, and is readable by standard software such as DraftSight for example.
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions