On Fri, Sep 25, 2009 at 9:50 AM, Citi, Luca <lc...@essex.ac.uk> wrote:
> I am sorry.
> I followed your suggestion.
> I re-checked out the svn folder and then compiled with
> $ python setup.py build_src --inplace build_ext --inplace
> but I get the same behaviour.
> If I am inside I get the NameError, if I am outside and use path.insert, it 
> successfully performs zero tests.

There is a problem with numpy tests when you import numpy with the
install being in the current directory. It happens when you build in
place and launch python in the source directory, but it also happens
if you happen to be in site-packages, and import numpy installed
there. When the issue was last discussed, Robert suggested it was a
nose issue.

cheers,

David
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to