Re: [Numpy-discussion] NameError: name 'numeric' is not defined

2009-06-06 Thread Robin
On Sun, Jun 7, 2009 at 12:53 AM, Robin wrote:
> I haven't seen this before - is it something wrong with my build or
> the current svn state? I am using macports python 2.5.4 on os x 10.5.7

Hmmm... after rebuilding from the same version the problem seems to
have gone away... sorry for the noise...

Robin
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] NameError: name 'numeric' is not defined

2009-06-06 Thread Robin
Hi,

I just updated to latest numpy svn:
In [10]: numpy.__version__
Out[10]: '1.4.0.dev7039'

It seemed to build fine, but I am getting a lot of errors testing it:
--
Ran 178 tests in 0.655s

FAILED (errors=138)
Out[8]: 

Almost all the errors look the same:
==
ERROR: test_shape (test_ctypeslib.TestNdpointer)
--
Traceback (most recent call last):
  File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/tests/test_ctypeslib.py",
line 83, in test_shape
self.assert_(p.from_param(np.array([[1,2]])))
  File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/ctypeslib.py",
line 171, in from_param
return obj.ctypes
  File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/__init__.py",
line 27, in 
__all__ += numeric.__all__
NameError: name 'numeric' is not defined

I haven't seen this before - is it something wrong with my build or
the current svn state? I am using macports python 2.5.4 on os x 10.5.7

Cheers

Robin
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion