[Numpy-tickets] [NumPy] #904: Ctypes Test failure on cygwin
NumPy
numpy-tickets@scipy....
Mon Sep 1 07:54:44 CDT 2008
#904: Ctypes Test failure on cygwin
--------------------+-------------------------------------------------------
Reporter: cdavid | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.2.0
Component: Other | Version: none
Severity: normal | Resolution:
Keywords: |
--------------------+-------------------------------------------------------
Old description:
> ======================================================================
> ERROR: test_basic (test_ctypeslib.TestLoadLibrary)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/lib/python2.5/site-packages/numpy/tests/test_ctypeslib.py",
> line 9, in test_basic
> np.core.multiarray.__file__)
> File "/usr/lib/python2.5/site-packages/numpy/ctypeslib.py", line 111,
> in load_library
> raise e
> OSError: No such file or directory
>
> ----------------------------------------------------------------------
> Ran 1573 tests in 19.562s
>
> With revision r5738
New description:
{{{
======================================================================
ERROR: test_basic (test_ctypeslib.TestLoadLibrary)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/numpy/tests/test_ctypeslib.py",
line 9, in test_basic
np.core.multiarray.__file__)
File "/usr/lib/python2.5/site-packages/numpy/ctypeslib.py", line 111, in
load_library
raise e
OSError: No such file or directory
----------------------------------------------------------------------
Ran 1573 tests in 19.562s
}}}
With revision r5738
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/904#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list