Closed puiseux closed 7 years ago
What was the problem? dxfgrabber works with Python 2.7, Python 3 and pypy, everything else is not supported.
the problem was on windows 7, python2.7, during import dxfgrabber
...
I have no more information, sorry.
Problem not reproducible
I had to make a few changes.
tags.py:
from io import StringIO
=>from StringIO import StringIO
__init__.py:
import io
=>import _io as io
Now it works. Sorry but I don't have error messages from previous version...
Cheers