On Wed, Jan 21, 2009 at 22:24, Brian Granger <[email protected]> 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. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
