A few days ago I compiled Inkscape from source, and it seemed to work just fine (even better than the standard install here on my Arch Linux system, for some reason it starts up much faster now!).
However, I just noticed that some extensions using "inkex.py" have a problem, namely
Code: Select all
Traceback (most recent call last):
File "rtree.py", line 19, in <module>
import inkex, simplestyle, pturtle, random
File "/usr/local/share/inkscape/extensions/inkex.py", line 57
u'sodipodi' :u'http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd',
^
SyntaxError: invalid syntax
I'm not entirely sure whether this is the right sub-forum to post this -- but what's causing this? Did I forget to satisfy certain dependencies, should I have somehow changed the configuration file before compiling, did I overlook something...? Thanks!