Comment 11 for bug 347987

Revision history for this message
Guillermo Espertino (Gez) (gespertino-gmail) wrote :

I'm still getting errors with the attached extension too, but the strange thing is that they're still popping up when I'm doing anything, not only when I export to xcf.

The last error was:
/usr/share/inkscape/extensions/gimp_xcf.py:98: DeprecationWarning: os.popen3 is deprecated. Use the subprocess module.
  _,f,err = os.popen3(command,'r')
Traceback (most recent call last):
  File "/usr/share/inkscape/extensions/gimp_xcf.py", line 174, in <module>
    e.affect()
  File "/usr/share/inkscape/extensions/inkex.py", line 198, in affect
    self.effect()
  File "/usr/share/inkscape/extensions/gimp_xcf.py", line 168, in effect
    x = open(xcf, 'r')
IOError: [Errno 2] No such file or directory: '/tmp/tmpLMtw4q/inkscape_gimp_xcf_tmpsPqYY_xcf'

It looks pretty much the same that ~suv is getting (I copied the extension to /usr/share/inkscape/extensions).
The result is also the same (almost) when I try to save an XCF file. It gaves that error and saves an empty file (0 bytes).

With the previous version of the script It gave me the error but at least it saved the file after that.