On 2010-02-14 11:23 AM, Charles R Harris wrote:
> Lines 147-151 of __init__ need to be changed to
>
> import numpy
> nn = numpy.__version__.split('.')
> if not (int(nn[0]) > 1 or int(nn[0]) == 1 and int(nn[1]) >= 1):
>      raise ImportError(
> 'numpy 1.1 or later is required; you have %s' % numpy.__version__)

It's been noted and fixed in SVN.

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


------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to