Re: [Numpy-discussion] No tests found for numpy 1.2.0

2009-01-21 Thread Brian Granger
> easy_install sets the executable bit on files and nose ignores executable > files. Thanks Robert. I knew about this, but had never been bitten by it yet. Oh the joy! Brian ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects

Re: [Numpy-discussion] No tests found for numpy 1.2.0

2009-01-21 Thread Robert Kern
On Wed, Jan 21, 2009 at 22:24, Brian Granger wrote: > Just installed numpy 1.2.0 and got this: > > $ python -c 'import numpy; numpy.test()' > Running unit tests for numpy-1.2.0-py2.5-macosx-10.5-i386.egg.numpy easy_install sets the executable bit on files and nose ignores executable files. -- R

[Numpy-discussion] No tests found for numpy 1.2.0

2009-01-21 Thread Brian Granger
Just installed numpy 1.2.0 and got this: $ python -c 'import numpy; numpy.test()' Running unit tests for numpy-1.2.0-py2.5-macosx-10.5-i386.egg.numpy NumPy version 1.2.0 NumPy is installed in /Users/bgranger/Library/Python/2.5/site-packages/numpy-1.2.0-py2.5-macosx-10.5-i386.egg/numpy Python vers