[SciPy-user] build problem from CVS
Andrew Straw
andrew.straw at adelaide.edu.au
Wed Mar 12 07:46:18 EST 2003
I recently (this morning) checkout out the scipy CVS from a clean tree.
To my joy, a "python setup.py install" worked right out of the box.
However, I then got this:
Python 2.2.1 (#2, Mar 9 2003, 18:11:19)
[GCC 2.95.4 (Debian prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import scipy
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/lib/python2.2/site-packages/scipy/__init__.py", line
49, in ?
import special, io, linalg, stats, fftpack
File
"/usr/local/lib/python2.2/site-packages/scipy/special/__init__.py",
line 330, in ?
from basic import *
File "/usr/local/lib/python2.2/site-packages/scipy/special/basic.py",
line 11, in ?
import specfun
ImportError:
/usr/local/lib/python2.2/site-packages/scipy/special/specfun.so:
undefined symbol: PyArray_API
What am I doing wrong?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 949 bytes
Desc: not available
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20030312/56bcfef5/attachment.bin>
More information about the SciPy-User
mailing list