-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
is there any attempt to upgrade the extension to be use with Inkscape 1.0? try the extension with Inkscape 1.0rc1, it's throw an exception
Traceback (most recent call last):
File "generator.py", line 362, in
Process_csv_file(csvfile)
File "generator.py", line 304, in Process_csv_file
csvdata = [row.items() for row in csv.DictReader(csvfile)]
File "generator.py", line 304, in
csvdata = [row.items() for row in csv.DictReader(csvfile)]
File "C:\Users\DinkesKeu\Downloads\Compressed\inkscape-1.0rc1-x64\inkscape\lib\python3.8\csv.py", line 110, in next
self.fieldnames
File "C:\Users\DinkesKeu\Downloads\Compressed\inkscape-1.0rc1-x64\inkscape\lib\python3.8\csv.py", line 97, in fieldnames
self._fieldnames = next(self.reader)
_csv.Error: iterator should return strings, not bytes (did you open the file in text mode?)
Metadata
Metadata
Assignees
Labels
No labels