Hey guys,
I just picked up spine and am trying to export svg's from inkscape using the bundled script. I pasted the appropriate files in the user extensions folder. In the extensions menu i have 'export to spine as one option and 'spine/export' as another. They both have different options. When I use 'export to spine' i get this:
InkscapeToSpine.py:284: DeprecationWarning: inkex.localize was moved to inkex.localization.localize
inkex.localize()
Traceback (most recent call last):
File "InkscapeToSpine.py", line 285, in <module>
effect = SpineExporter()
File "InkscapeToSpine.py", line 40, in init
inkex.Effect.init(self)
File "C:\Program Files\Inkscape\share\inkscape\extensions\inkex\base.py", line 234, in init
super(SvgInputMixin, self).init()
File "C:\Program Files\Inkscape\share\inkscape\extensions\inkex\deprecated.py", line 76, in init
self.svg = SvgDocumentElement()
AttributeError: can't set attribute
And when I try to run spine -> export I get this:
Traceback (most recent call last):
File "PathsToSpine.py", line 30, in <module>
from string import rstrip
ImportError: cannot import name 'rstrip' from 'string' (C:\Program Files\Inkscape\lib\python3.8\string.py)
Edit: I also pasted them in the shared/extensions folder, which came up with the same error. I reinstalled python just in case to no avail.
Any help?
Thanks =)