[SciPy-user] fft crashes python

Alpha alpha-scipy at dinomight.de
Sat May 27 05:51:31 EDT 2006


Hello,

I recently had similar problems. I could resolve them by uninstalling
the precompiled fftw libraries and replacing them by a freshly
downloaded and self-compiled version. Afterwards I deleted scipy from
the  /usr/lib/python2.3/site-packages/ directory and compiled and
installed it again.

Everything works fine now. I guess it might suffice to install the
self-compiled fftw library.

Contact me, if you need help with that.

Cheers,

Alpha


On Sat, 27 May 2006 10:20:47 +0200
"weg werp" <wegwerp at gmail.com> wrote:

> Hi group,
> 
> the following crashes python:
> 
> from numpy import *
> import scipy.signal as sig
> x=ones(100,dtype = float)
> f=sig.fft(x)
> 
> So far I have only played with the basic numpy stuff, which all
> seems to work. I have not used much of the toolboxes, so big chance
> that more things are broken there. I guess there is something wrong
> with the pre-compiled number-crunch libraries under the hood.
> 
> Note that I previously reported problems with scipy.test, see
> http://www.scipy.net/pipermail/scipy-user/2006-April/007751.html
> 
> Since then I upgraded to the latest precompiled binaries (.9.8 and
> .4.9), but scipy.test(10,10) still crashes at exactly the same
> point.
> 
> Any ideas how to solve this? I guess that compiling everything
> myself might solve the problem, but it would be nice for a beginner
> to start experimenting without having to do that. I am not so much
> concerned by speed just yet.
> 
> Cheers,
> Bas
> 
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user
> 




More information about the SciPy-User mailing list