lifelike / countersheetsextension

Inkscape extension for the layout of sheets of cards, tiles, or counters for boardgames.
Other
233 stars 27 forks source link

Error on creating countersheet #73

Closed FliesWithCrows closed 3 years ago

FliesWithCrows commented 3 years ago

Possibly user error, but I have just updated inkscape and the countersheet extension. I am getting the following error when i attempt to import data - (the CSV and SVG worked in the previous version).

File "countersheet.py", line 1092 line.set("style", self.find_registration_line_style()) ^ TabError: inconsistent use of tabs and spaces in indentation

lifelike commented 3 years ago

Are you sure you got the correct versions? That sounds like an error message you would get if you run an older version of the extension using Inkscape 1.x? The last tabs I am aware of were removed in commit 81952b9c3c53d0c88ba26485acbbfeebf9c39646 in February 2020, so 3.0 (https://github.com/lifelike/countersheetsextension/releases/tag/3.0) should not have that issue.

FliesWithCrows commented 3 years ago

Thank you for suggesting. So that's what i thought so i copy/pasted the extension again using the link you provided. No joy. I then uninstalled inkscape (deleting any remaining files) and then reinstalled inkscape and the extension, but still the same error.

FliesWithCrows commented 3 years ago

Somewhere along the line I resolved the issue.

lifelike commented 3 years ago

Good to hear it was solved. It was probably something with the versions not matching and somehow an older version of the extension (with a few tabs in it) remained somewhere.