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

Robert Kern robert.kern at gmail.com
Wed Feb 4 15:56:24 EST 2009


On Wed, Feb 4, 2009 at 14:54, Pierre GM <pgmdevlist at gmail.com> wrote:
>
> On Feb 4, 2009, at 3:40 PM, Bruce Southey wrote:
>
>> 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?
>
> I put the corresponding tests in a try/except ImportError block
> (r6339), that should fix it.

No, rewrite the test to not use external libraries, please. Test the
functionality without needing dateutils.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list