I can confirm now that I've cleared the numpy directory of the old
ma.py I get the same problems as you and a lot of tests failed.
Anyhow, at this point all I can recommend is that you update to a
specifc revision. I recommend

    svn up -r2867

We don't want to reccomed that people use the lastes changes as they
can break, but generally we don't check in unles the tests pass, but
not always. Anyhow, the problem is that we have waited so long between
releases that things have got out of sync and we haven't maintained
the previous release to stay up to date with changes in numpy and
scipy, My hope is that with the new pending release we'll keep
everything up to date on both trunk and the release branch. Apologies
for the confusion.

On Tue, Dec 2, 2008 at 1:27 PM, Daniel Wheeler
<[EMAIL PROTECTED]> wrote:
> 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
>



-- 
Daniel Wheeler

Reply via email to