[Numpy-discussion] numpy from subversion

Stéfan van der Walt stefan at sun.ac.za
Thu Mar 13 04:34:12 EDT 2008


On Wed, Mar 12, 2008 at 11:39 AM, Charles Doutriaux <doutriaux1 at llnl.gov> wrote:
> My mistake i was still in trunk....
>
>  but i do get:
>
>     import numpy, numpy.oldnumeric.ma as MA, numpy.oldnumeric as
>  Numeric, PropertiedClasses
>   File
>  "/lgm/cdat/latest/lib/python2.5/site-packages/numpy/oldnumeric/ma.py",
>  line 4, in <module>
>     from numpy.core.ma import *
>  ImportError: No module named ma
>
>  How does one build ma these days?

Travis fixed this in latest SVN.  Maskedarrays should now be imported
as numpy.ma.

Regards
Stéfan



More information about the NumPy-Discussion mailing list