[SciPy-user] begging for binaries

Travis Oliphant oliphant at ee.byu.edu
Wed Oct 12 21:16:54 EDT 2005


Mathew Yeates wrote:

> okay, I finally got everything installed. I think.
>
> Now when I run scipy.test() I get a whole bunch of output followed by 
> python crashing
> Here are the 2 lines before the crash
> -----
> check_simple_underdet_complex 
> (scipy.linalg.decomp.test_decomp.test_svdvals) ...
>  ok
> check_basic (scipy.io.array_import.test_array_import.test_numpyio) ...
> BOOM!

This is a problem with scipy distutils picking up the wrong system IO 
library.  I don't know why things changed in the move to Python 2.4,  
but for some reason, Python is being compiled against one system IO 
library, and scipy is being compiled against another.

I don't know how to fix it, right way.  Everything worked fine with 
Python 2.3.

-Travis






More information about the SciPy-User mailing list