Comment 3 for bug 55273

Revision history for this message
Julian Kniephoff (jules-k) wrote :

Similar problems here in Ubuntu Gutsy (=> Inkscape 0.45): When trying to render ANY valid latex string, inkscape hangs after pressing the OK button still showing the input dialog.
No error message in the console but in a file under /tmp (ink_ext_stderr_<somenumber>), I get this:
pstoedit: version 3.44 / DLL interface 108 (build Apr 29 2007 - release build - g++ 4.1.3 20070423 (prerelease) (Ubuntu 4.1.2-3ubuntu3)) : Copyright (C) 1993 - 2006 Wolfgang Glunz
PostScript/PDF Interpreter finished. Return status 2 executed command : /usr/bin/gs -q -dDELAYBIND -dWRITESYSTEMDICT -dNODISPLAY -dNOEPS /home/jules-k/psin3JohNg
The interpreter seems to have failed, cannot proceed !
Traceback (most recent call last):
  File "/usr/share/inkscape/extensions/eqtexsvg.py", line 121, in <module>
    e.affect()
  File "/usr/share/inkscape/extensions/inkex.py", line 157, in affect
    self.effect()
  File "/usr/share/inkscape/extensions/eqtexsvg.py", line 116, in effect
    svg_open(self, svg_file)
  File "/usr/share/inkscape/extensions/eqtexsvg.py", line 69, in svg_open
    doc = xml.dom.minidom.parse(filename)
  File "/usr/lib/python2.5/site-packages/_xmlplus/dom/minidom.py", line 1915, in parse
    return expatbuilder.parse(file)
  File "/usr/lib/python2.5/site-packages/_xmlplus/dom/expatbuilder.py", line 926, in parse
    result = builder.parseFile(fp)
  File "/usr/lib/python2.5/site-packages/_xmlplus/dom/expatbuilder.py", line 211, in parseFile
    parser.Parse("", True)
xml.parsers.expat.ExpatError: no element found: line 1, column 0

Sorry, if I miss something obvious, it's in the middle of the night here ;)