* Jakub Wilk <[email protected]>, 2011-09-16, 00:35:
| $ python -c 'import sphere'
| ImportError: No module named numpy.core.multiarray
| Traceback (most recent call last):
|   File "<string>", line 1, in <module>
|   File "/usr/lib/pymodules/python2.6/sphere/__init__.py", line 1, in <module>
|     from sphere import *
|   File "/usr/lib/pymodules/python2.6/sphere/sphere.py", line 332, in <module>
|     import spherepack, numpy, math
| ImportError: numpy.core.multiarray failed to import

BTW, since your code appears to be using Numpy via C code, you should use dh_numpy to generate versioned dependency.

--
Jakub Wilk



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to