Dec. 2, 2008
2:16 p.m.
Thanks Jarrod and David, and sorry for the late reply. I was using Python 2.6 and I tripped over some problems there. I am now using Python 2.5 on OS X 10.4.11, Numpy 1.2.1 and Scipy works fine. In [3]: scipy.test() #details omitted Ran 3307 tests in 95.752s OK (KNOWNFAIL=2, SKIP=32) Out[3]: <nose.result.TextTestResult run=3307 errors=0 failures=0> In [4]: scipy.__version__ Out[4]: '0.7.0.dev5213' SciPy was installed after grabbing dev5213 and doing 'python setup.py sdist' then installing from the tarball. Many thanks, Muhammad