Comment 3 for bug 174992

Revision history for this message
prkos (prkos) wrote : Re: UnboundLocalError with perspective.py

After installing numpy it works fine on fedora 7.

But on WinXP I get this:

Traceback (most recent call last):
  File "share\extensions\perspective.py", line 127, in <module>
    e.affect()
  File "C:\Program Files\Inkscape\share\extensions\inkex.py", line 153, in affect
    self.effect()
  File "share\extensions\perspective.py", line 72, in effect
    q[query] = float(f.read())
ValueError: empty string for float()