[NumPy-Tickets] [NumPy] #1475: Cannot access date-time internals without ctypes installed
NumPy Trac
numpy-tickets@scipy....
Wed Sep 15 09:39:57 CDT 2010
#1475: Cannot access date-time internals without ctypes installed
----------------------+-----------------------------------------------------
Reporter: sienkiew | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: Other | Version:
Keywords: |
----------------------+-----------------------------------------------------
Comment(by bsouthey):
I did a patch to skip this test. But that is not a complete solution
because ctypes needs to be installed for Python2.4 from:
[http://starship.python.net/crew/theller/ctypes/
http://starship.python.net/crew/theller/ctypes/].
After installation of ctypes, the tests for NumPy version 2.0.0.dev8715
pass. Thus, the release and installation notes will need reference to this
dependency if users want to use datetime under Python2.4.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1475#comment:4>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list