Comment 2 for bug 195052

Revision history for this message
xylo (stefan-endrullis) wrote :

out_file isn't used as svg file. There is also a svg_file which is returned to Inkscape at the end of the script. It doesn't matter if you redirect any output stream of pstoedit to a file.

But OK, all files are generated properly. The problem seems to be the line
  svg_open(self, svg_file)
It's not crashing (print commands before and after this line worked) but I don't know if it's doing something. This is also the only extension using this command. Maybe thats the problem why only the latex extension is affected.

PS: Once I had also the problem of 100% CPU usage, but I forgot how to solve it. Maybe you need to update pstoedit to version 0.45, but I'm not sure.