Comment 17 for bug 400592

Revision history for this message
Glenn Pipe (ggpipe) wrote :

I tried running your extension in Inkscape 0.48, using your instructions to select the vectors, combine paths, then combine touching but I get the following error:

Traceback (most recent call last):

  File "combine_touching.py", line 282, in <module>
    e.affect()
  File "C:\Program Files\Inkscape\share\extensions\inkex.py", line 215, in affect
    self.effect()
  File "combine_touching.py", line 276, in effect
    net.createNet(simplepath.parsePath(node.get('d'))) #create the net
  File "combine_touching.py", line 91, in createNet
    methods[method](point[1])
KeyError: 'A'

I imported the clamp.dxf file from here and tried selecting the top part
http://www.thingiverse.com/download:3138

How do I fix this?