Unable to export files to XFC

This is NOT a support forum. You are welcome to discuss software issues here, but all issues should be reported on Launchpad if you want them fixed.
Inkscaper_

Unable to export files to XFC

Postby Inkscaper_ » Sun Oct 19, 2008 2:37 am

Inkscape returns this code when I try to export some complex SVG files to Gimp using "Save as -> Gimp XCF with layers" menu item:

Code: Select all

Traceback (most recent call last):
  File "/usr/share/inkscape/extensions/gimp_xcf.py", line 173, in <module>
    e.affect()
  File "/usr/share/inkscape/extensions/inkex.py", line 172, in affect
    self.effect()
  File "/usr/share/inkscape/extensions/gimp_xcf.py", line 167, in effect
    x = open(xcf, 'r')
IOError: [Errno 2] No such file or directory: '/tmp/tmp6AtbtL/ink_ext_XXXXXX.svg9E.xcf'


Exporter works fine for simple files, but on some others it doesn't. Any ideas what might cause this error?



Return to “Discuss Software Issues”