[SciPy-user] fsolve() crashes python on windows

Vedran Furač vedranf at riteh.hr
Wed Jun 7 14:48:00 EDT 2006


When I call optimize.fsolve(...) python interpreter crashes immediately,
no error messages, nothing, just brings me back to c:\
On linux the same code works fine. I tried it on different computers. It
seems that it doesn't crash on pentium4, only on athlon and pentium2.

python 2.4.3 (activestate),
scipy 0.4.8/0.4.9 (binaries from sourceforge) with numpy 0.9.6/0.9.8,
windows xp

Code:

>>> from scipy.optimize import *
>>> def foo(x):
...	whatever

>>> fsolve(foo, whatever)
c:\


Regards,

Vedran Furač







More information about the SciPy-User mailing list