![](https://secure.gravatar.com/avatar/82c0f6eed0ee59676eb45aadd66dac57.jpg?s=120&d=mm&r=g)
Pim Snel wrote:
... Please download and test it on different platforms. http://facility.lingewoud.nl/hacks/inkscape_save_and_open_as_zink/
I tried it on win32, it didn't quite work for me yet:
I had to remove the python dependency from the .inx file for the input plugin, probably because I don't have python in my path. It is perfectly able to run python scripts though, because the python installer has set it up so that they're run with python.
When trying to open the example.zink it complains about a bad CRC for some file, but according to Winrar nothing is wrong: ------------ Traceback (most recent call last):
File "share\extensions\zink_input.py", line 108, in ?
e.affect()
File "C:\Program Files\Inkscape\share\extensions\inkex.py", line 90, in affect
self.effect()
File "share\extensions\zink_input.py", line 83, in effect
self.unzip(stream,tmp_dir)
File "share\extensions\zink_input.py", line 72, in unzip
result.write( z.read( f.filename ) )
File "C:\Python24\lib\zipfile.py", line 368, in read
raise BadZipfile, "Bad CRC-32 for file %s" % name
zipfile.BadZipfile: Bad CRC-32 for file logo.png ------------
When trying to save a zink file I get the following error: ------------ Traceback (most recent call last):
File "share\extensions\zink_output.py", line 112, in ?
e.affect()
File "C:\Program Files\Inkscape\share\extensions\inkex.py", line 90, in affect
self.effect()
File "share\extensions\zink_output.py", line 55, in effect
ctx_orig = inkex.xml.xpath.Context.Context(self.document,processorNss=inkex.NSS)
AttributeError: 'module' object has no attribute 'NSS' ------------