Re: [Numpy-discussion] tests not running

2013-05-10 Thread Ralf Gommers
On Fri, May 10, 2013 at 9:41 PM, KACVINSKY Tom wrote: > Here is my set up: > > Mac OS 10.7.5 > Xcode 4.5.1 > Intel Fortran 12.1 > Python 2.7.3 built from source > Numpy 1.6.2 built from source, using MKL 11.0 > nose 0.11.4 installed > > I run the numpy tests as documented (python -c 'import numpy;

[Numpy-discussion] tests not running

2013-05-10 Thread KACVINSKY Tom
Here is my set up: Mac OS 10.7.5 Xcode 4.5.1 Intel Fortran 12.1 Python 2.7.3 built from source Numpy 1.6.2 built from source, using MKL 11.0 nose 0.11.4 installed I run the numpy tests as documented (python -c 'import numpy; numpy.test()'), but get this output: tkacvins@macomsim> python -c 'imp