On Mon, Sep 8, 2008 at 17:33, Christopher Barker <[EMAIL PROTECTED]> wrote: >> Jarrod Millman wrote: >>> Here is the universal Mac binary: >>> https://cirl.berkeley.edu/numpy/numpy-1.2.0rc1-py2.5-macosx10.5.dmg > >>> Please test this release ASAP > > OS-X 10.4.11 dual G5 PPC > > looks OK to me, except: > > ERROR: Failure: ImportError (No module named scipy) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File > "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/nose-0.10.3-py2.5.egg/nose/loader.py", > line 364, in loadTestsFromName > addr.filename, addr.module) > File > "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/nose-0.10.3-py2.5.egg/nose/importer.py", > line 39, in importFromPath > return self.importFromDir(dir_path, fqname) > File > "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/nose-0.10.3-py2.5.egg/nose/importer.py", > line 84, in importFromDir > mod = load_module(part_fqname, fh, filename, desc) > File > "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/doc/__init__.py", > line 10, in <module> > __import__(__name__ + '.' + f) > File > "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/doc/example.py", > line 27, in <module> > import scipy as sp > ImportError: No module named scipy > > ---------------------------------------------------------------------- > Ran 1722 tests in 15.940s > > FAILED (SKIP=1, errors=1) > <nose.result.TextTestResult run=1722 errors=1 failures=0> > > > I shouldn't need scipy to test numpy.
Hmm. That file shouldn't be there. It's not in the 1.2.0rc1 tag in SVN. svn ls https://projects.scipy.org/svn/numpy/tags/1.2.0rc1/numpy/doc $ svn ls https://projects.scipy.org/svn/numpy/tags/1.2.0rc1/numpy/doc __init__.py basics.py broadcasting.py creation.py glossary.py howtofind.py indexing.py internals.py io.py jargon.py methods_vs_functions.py misc.py performance.py structured_arrays.py subclassing.py ufuncs.py Are you sure you don't have old files from a previous installation? -- 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
