reclosedev / pyautocad

AutoCAD Automation for Python ⛺
http://pypi.python.org/pypi/pyautocad/
BSD 2-Clause "Simplified" License
506 stars 143 forks source link

Possible Typo in pyautocad-0.2.0.zip and pyautocad-0.2.0.win32.exe #28

Closed ASoukey closed 5 years ago

ASoukey commented 5 years ago

Just installed the pyautocad (and github to make this issue) this afternoon and when running a test for: _data = Table.data_fromfile('data.xls') I kept getting an error message for xrange not existing. It was fixed when I deleted an x within the table.py file on lines 163 and 165. I've never used github so I don't have the experience for proposing actions/fixes but I hope someone can use this information to fix the error for other newcomers like me.

ASoukey commented 5 years ago

After spending the weekend sifting through the code I finally get what the xrange is. Disregard the issue.