[SciPy-user] scipy r3303: from scipy import fftpack fails

Steve Schmerler elcorto at gmx.net
Fri Sep 7 02:42:38 EDT 2007


David Cournapeau wrote:
> Robert Kern wrote:
>> Steve Schmerler wrote:
>>   
>>> Hi
>>>
>>> This is the second problem I found (with 0.7.0.dev3303):
>>>
>>> $ python -c "from scipy import fftpack"
>>> Traceback (most recent call last):
>>>   File "<string>", line 1, in ?
>>>   File "/usr/local/lib/python2.4/site-packages/scipy/fftpack/__init__.py", line
>>> 10, in ?
>>>     from basic import *
>>>   File "/usr/local/lib/python2.4/site-packages/scipy/fftpack/basic.py", line
>>> 13, in ?
>>>     import _fftpack as fftpack
>>> ImportError: /usr/local/lib/python2.4/site-packages/scipy/fftpack/_fftpack.so:
>>> undefined symbol: zfftnd_fftw
>>>     
>> My apologies, I was wrong. This is one of our symbols, not one from the FFTW
>> libraries. I'm not sure what could be wrong, here.
>>
>>   
> I should be the one to apologize. There was a typo when I cleaned up 
> some source; I thought I checked in the fix, but forgot to do it. This 
> should be fixed in r3306.
> 

Thanks! Works now.

-- 
cheers,
steve

I love deadlines. I like the whooshing sound they make as they fly by. --
Douglas Adams




More information about the SciPy-User mailing list