[Numpy-discussion] ImportError: No module named dateutil.parser

Bruce Southey bsouthey at gmail.com
Wed Feb 4 15:40:24 EST 2009


Hi,
I just updated to the latest SVN but I get a failure when running the 
tests due to missing dateutil.parser. Should this module exist in Numpy 
or just a inappropriate test?

Bruce

 >>> numpy.test()
Running unit tests for numpy
NumPy version 1.3.0.dev6338
NumPy is installed in /usr/lib64/python2.5/site-packages/numpy
Python version 2.5.2 (r252:60911, Sep 30 2008, 15:42:03) [GCC 4.3.2 
20080917 (Red Hat 4.3.2-4)]
nose version 0.10.3
.......................................................................................................................................................................................................................................................KKKKKKKK..................................................................................................................................................................................................K.....................................................................................................................................................E........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
======================================================================
ERROR: Tests updatemapper
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/usr/lib64/python2.5/site-packages/numpy/lib/tests/test__iotools.py", 
line 133, in test_upgrademapper
    import dateutil.parser
ImportError: No module named dateutil.parser

----------------------------------------------------------------------
Ran 1888 tests in 6.084s

FAILED (KNOWNFAIL=9, errors=1)
<nose.result.TextTestResult run=1888 errors=1 failures=0>





More information about the NumPy-Discussion mailing list