[SciPy-user] scipy crash with fastumath

Olivier Ravard olivier.ravard at novagrid.com
Tue Aug 31 04:45:29 EDT 2004


Hi everybody,

As I (and others) already mentioned in this mailing list, there
is a python crash (like an exit) when we use scipy under windows for a
simple operation like :

from scipy import *
a = zeros(300000,typecode='F')
c=a*a

Analyzing the scipy source code, it seems to come from the 
fastumath module : I comment every line that import fastumath
and it works !!!

Is anyone have an idea to solve this problem with fastumath under
windows ?

Thanks.

O.R.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20040831/ef105f55/attachment.html>


More information about the SciPy-User mailing list