On Thu, Oct 6, 2011 at 08:40, Faheem Mitha <[email protected]> wrote: > Ran 3541 tests in 44.650s > > OK (KNOWNFAIL=3, SKIP=4) > [255665 refs] > Traceback (most recent call last): > File "<string>", line 1, in <module> > File "numpy/__init__.py", line 127, in <module> > raise ImportError(msg) > ImportError: Error importing numpy: you should not try to import numpy from > its source directory; please exit the numpy source tree, and relaunch > your python intepreter from there.
you have to fix the tests "trick" to avoid importing numpy from . but from the installed location. Or disable test completely. Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi _______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

