I am trying to install the module to export tikz (language LateX): http://code.google.com/p/inkscape2tikz/
I first of all a mistake in the execution of the script about inkex, so I download the script and put in inkex.py ~/.inkscape/extensions/ near tikz_export.py. And now I have the following error:
Code: Select all
Traceback (most recent call last):
File "/home/notezik/.inkscape/extensions/tikz_export.py", line 61, in <module>
import inkex, simplepath, simplestyle
File "/home/notezik/.inkscape/extensions/inkex.py", line 9, in <module>
import xml.dom.ext
ImportError: No module named ext
Can you help me ?
thanks