Comment 0 for bug 616193

Revision history for this message
jazzynico (jazzynico) wrote :

I've tweaked my system and Gimp installation so that XCF export shows in the menu (Gimp path added to the PATH env, and gimp-2.6.exe copied and renamed gimp.exe) but using it returns an error message:

---
Traceback (most recent call last):
  File "gimp_xcf.py", line 189, in <module>
    e.affect()
  File "C:\Devel\Inkscape\bzr\inkscape\share\extensions\inkex.py", line 215, in affect
    self.effect()
  File "gimp_xcf.py", line 183, in effect
    x = open(xcf, 'r')
IOError: [Errno 2] No such file or directory: 'c:\\docume~1\\nico\\locals~1\\temp\\tmp8s3dqw\\test.xcf'
---

The temp folder contains the extracted layers (png files) and a junk file created by Gimp (attached).
According to the junk file messages, the extension fails because Gimp (or the scheme interpreter) can't find the layer files, and thus can't create the XCF file.