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.
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.