Problems compiling SciPy from the CVS
Hi, I tried to compile SciPy frim the CVS on a Linux System running Suse Linux 8.0. After a sucessfull build I get the following error when I try to import SciPy.
import scipy Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/lib/python2.2/site-packages/scipy/__init__.py", line 49, in ? import special, io, linalg, stats, fftpack File "/usr/lib/python2.2/site-packages/scipy/fftpack/__init__.py", line 55, in ? from pseudo_diffs import * File "/usr/lib/python2.2/site-packages/scipy/fftpack/pseudo_diffs.py", line 12, in ? import convolve ImportError: /usr/lib/python2.2/site-packages/scipy/fftpack/convolve.so: undefined symbol: fftw_gettimeofday_get_time
I have FFTW 2.1.3 installed with all test completing sucessfully. Any help is greatly apreciated. Jochen -- Dr. Jochen S. Gutmann Physics Dept. MPI for Polymers Research Ackermannweg 10 55128 Mainz Germany Phone: +49-6131-379117 FAX: Phone: +49-6131-379100 E-Mail: gutmann@mpip-mainz.mpg.de
participants (1)
-
Jochen Gutmann