[Numpy-discussion] ImportError: No module named numpy.distutils.core

Robert Kern robert.kern at gmail.com
Tue Jun 17 13:18:30 EDT 2008


On Tue, Jun 17, 2008 at 11:04, Nils Wagner <nwagner at iam.uni-stuttgart.de> wrote:
> On Tue, 17 Jun 2008 17:53:53 +0200
>  "Nils Wagner" <nwagner at iam.uni-stuttgart.de> wrote:
> Anyway, numpy.test() now results in
>
>  ======================================================================
> FAIL:
> test_format.test_memmap_roundtrip('\x93NUMPY\x01\x00F\x00{\'shape\':
> (3, 3), \'descr\': \'>c16\', \'fortran_order\': False}

> '\x93NUMPY\x01\x00F\x00{\'shape\': (3, 3),
> \'fortran_order\': False, \'descr\': \'>c16\'}

Okay, it looks like pprint.pformat() doesn't sort the keys reliably
like I thought it did. Your installation is fine; the testis buggy as
it relies on something it (apparently) shouldn't rely on.

-- 
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