2008/1/18, Stefan van der Walt <[EMAIL PROTECTED]>:
>
> Hi David
>
> On Fri, Jan 18, 2008 at 10:53:28AM -0500, David Huard wrote:
> > Stefan,
> > It seems that the current maskedarray branch is not compatible with the
> current
> > scipy trunk.
>
> Would you mind expanding on that?
>From memory
Hi David
On Fri, Jan 18, 2008 at 10:53:28AM -0500, David Huard wrote:
> Stefan,
> It seems that the current maskedarray branch is not compatible with the
> current
> scipy trunk.
Would you mind expanding on that?
Thanks
Stéfan
___
Numpy-discussion mai
Stefan,
It seems that the current maskedarray branch is not compatible with the
current scipy trunk.
Cheers,
David
2008/1/18, David Huard <[EMAIL PROTECTED]>:
>
> Putting
> import add_newdocs
> before
> import ma
>
> seems to fix the ImportError, but I'm not sure if there could be
> undesirable
Putting
import add_newdocs
before
import ma
seems to fix the ImportError, but I'm not sure if there could be undesirable
side effects.
David
2008/1/18, David Huard <[EMAIL PROTECTED]>:
>
>
> 2008/1/18, Stefan van der Walt <[EMAIL PROTECTED]>:
> >
> > Hi David
> >
> > On Tue, Jan 15, 2008 at 04:2
2008/1/18, Stefan van der Walt <[EMAIL PROTECTED]>:
>
> Hi David
>
> On Tue, Jan 15, 2008 at 04:29:22PM -0500, David Huard wrote:
> > I am trying to install the maskedarray numpy branch for use with the
> timeseries
> > package and I get the following error when importing numpy:
>
> Before I try to
Hi David
On Tue, Jan 15, 2008 at 04:29:22PM -0500, David Huard wrote:
> I am trying to install the maskedarray numpy branch for use with the
> timeseries
> package and I get the following error when importing numpy:
Before I try to find the problem: did you remove the previous numpy
installation
Hi all,
I am trying to install the maskedarray numpy branch for use with the
timeseries package and I get the following error when importing numpy:
/usr/local/lib64/python2.5/site-packages/numpy/__init__.py in ()
45 import random
46 import ctypeslib
---> 47 import ma
48