On Mon, Dec 1, 2008 at 2:30 PM, Ionut Vancea <[EMAIL PROTECTED]> wrote: > > In [1]: import numpy > > In [2]: numpy.__version__ > Out[2]: '1.2.1' > > In [3]: from numpy.core import ma as MA > --------------------------------------------------------------------------- > ImportError Traceback (most recent call last) > > /home/ionut/pywork/CURRENT/<ipython console> in <module>() > > ImportError: cannot import name ma
This was working for me as I has an old ma.py file sitting around in the numpy directory. I removed that and I get the same behavior as you. So yes, the change you made seems reasonable to get the CURRENT branch to work. -- Daniel Wheeler
