I have built and installed numpy from svn on an Intel mac, and am  
having test failures that do not occur on PPC:

In [8]: numpy.test()
   Found 13 tests for numpy.core.umath
   Found 8 tests for numpy.lib.arraysetops
   Found 3 tests for numpy.fft.helper
   Found 1 tests for numpy.lib.ufunclike
   Found 4 tests for numpy.ctypeslib
   Found 1 tests for numpy.lib.polynomial
   Found 8 tests for numpy.core.records
   Found 26 tests for numpy.core.numeric
   Found 3 tests for numpy.lib.getlimits
   Found 31 tests for numpy.core.numerictypes
   Found 4 tests for numpy.core.scalarmath
   Found 10 tests for numpy.lib.twodim_base
   Found 46 tests for numpy.lib.shape_base
   Found 4 tests for numpy.lib.index_tricks
   Found 32 tests for numpy.linalg.linalg
   Found 5 tests for numpy.distutils.misc_util
   Found 42 tests for numpy.lib.type_check
   Found 163 tests for numpy.core.multiarray
   Found 36 tests for numpy.core.ma
   Found 10 tests for numpy.core.defmatrix
   Found 39 tests for numpy.lib.function_base
   Found 0 tests for __main__
.........................EEEE........................................... 
........................................................................ 
........................................................................ 
........................................................................ 
........................................................................ 
........................................................................ 
.........................................................
======================================================================
ERROR: check_dtype (numpy.tests.test_ctypeslib.test_ndpointer)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/numpy/tests/test_ctypeslib.py", line 10, in  
check_dtype
     p = ndpointer(dtype=dt)
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/numpy/ctypeslib.py", line 15, in _dummy
     raise ImportError, "ctypes is not available."
ImportError: ctypes is not available.

======================================================================
ERROR: check_flags (numpy.tests.test_ctypeslib.test_ndpointer)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/numpy/tests/test_ctypeslib.py", line 54, in  
check_flags
     p = ndpointer(flags='FORTRAN')
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/numpy/ctypeslib.py", line 15, in _dummy
     raise ImportError, "ctypes is not available."
ImportError: ctypes is not available.

======================================================================
ERROR: check_ndim (numpy.tests.test_ctypeslib.test_ndpointer)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/numpy/tests/test_ctypeslib.py", line 36, in  
check_ndim
     p = ndpointer(ndim=0)
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/numpy/ctypeslib.py", line 15, in _dummy
     raise ImportError, "ctypes is not available."
ImportError: ctypes is not available.

======================================================================
ERROR: check_shape (numpy.tests.test_ctypeslib.test_ndpointer)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/numpy/tests/test_ctypeslib.py", line 46, in  
check_shape
     p = ndpointer(shape=(1,2))
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/numpy/ctypeslib.py", line 15, in _dummy
     raise ImportError, "ctypes is not available."
ImportError: ctypes is not available.

----------------------------------------------------------------------
Ran 489 tests in 0.528s

FAILED (errors=4)
Out[8]: <unittest.TextTestRunner object at 0x322fe90>

Any clues?
--
Christopher Fonnesbeck
+ Atlanta, GA
+ fonnesbeck at mac.com
+ Contact me on AOL IM using email address



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to