Comment 0 for bug 1734624

Revision history for this message
yoram zarai (yoramzar) wrote :

Performing the following steps: Extensions -> Tex text -> then typing, for example "$1$" and clicking Ok yields the following error:

=========================================================================
Traceback (most recent call last):
  File "textext.py", line 210, in cb_ok
    self.callback(self.text, self.preamble_file, self.scale_factor)
  File "textext.py", line 369, in <lambda>
    converter_cls, old_node))
  File "textext.py", line 387, in do_convert
    new_node = converter.convert(text, preamble_file, scale_factor)
  File "textext.py", line 751, in convert
    self.pdf_to_svg()
  File "textext.py", line 849, in pdf_to_svg
    + pstoeditOpts)
  File "textext.py", line 596, in exec_command
    % (' '.join(cmd), p.returncode, out + err))
RuntimeError: Command pstoedit -f plot-svg /var/folders/h5/ggrnw90x4cjfl4jzs4r1rq080000gn/T/tmpR4wSDt/tmp.pdf /var/folders/h5/ggrnw90x4cjfl4jzs4r1rq080000gn/T/tmpR4wSDt/tmp.svg -dt -ssp -psarg -r9600x9600 failed (code 1): pstoedit: version 3.70 / DLL interface 108 (built: Oct 9 2017 - release build - g++ 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.37) - 64-bit) : Copyright (C) 1993 - 2014 Wolfgang Glunz

 *** WARNING - the DELAYBIND command has been deprecated, and will be
               removed in the next version. For now you can restore
               the behaviour by using -dREALLYDEALYBIND but if you
               require continued use of this command you should contact
               the Ghostscript developers. Commercial customers of
               Artifex should email their support contact, free users
               are encouraged to talk to us on the #ghostscript IRC
               channel on irc.freenode.net.

Unrecoverable error: undefined in DELAYBIND
PostScript/PDF Interpreter finished. Return status 65280 executed command : /opt/local/bin/gs -q -dDELAYBIND -dWRITESYSTEMDICT -dNODISPLAY -dNOEPS -r9600x9600 /var/folders/h5/ggrnw90x4cjfl4jzs4r1rq080000gn/T//psinHSNohC
The interpreter seems to have failed, cannot proceed !
=========================================================================================

I have MAC running OS 10.13.1. Inkscape version 0.92.2.

In ~/.config/inkscape/extensions/ I have the files textext.py and textext.inx. (in textext.py I have changed "pdflatex" to "/Library/Tex/texbin/pdflatex".

I also tried it with Inkscape version 0.91 and I am getting the same behavior.