16 Mar
2007
16 Mar
'07
9:15 p.m.
Donn wrote:
AFAIK, that's how it should work. What error messages are you getting?
Traceback (most recent call last): File "/usr/local/share/inkscape/extensions/perspective.py", line 23, in ? from numpy import * ImportError: No module named numpy
I tried renaming the 'Numeric' directory (soft link) to 'numpy' -- same result.
What if you change from numpy import * to from Numeric import *
I've never actually used numpy or numeric for anything so I don't know which is what or who begat who, but if they expose the same api that should do it.
Aaron