Re: [Numpy-discussion] maskedarray branch

2008-01-19 Thread David Huard
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

Re: [Numpy-discussion] maskedarray branch

2008-01-18 Thread Stefan van der Walt
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

Re: [Numpy-discussion] maskedarray branch

2008-01-18 Thread David Huard
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

Re: [Numpy-discussion] maskedarray branch

2008-01-18 Thread David Huard
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

Re: [Numpy-discussion] maskedarray branch

2008-01-18 Thread David Huard
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

Re: [Numpy-discussion] maskedarray branch

2008-01-17 Thread Stefan van der Walt
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

[Numpy-discussion] maskedarray branch

2008-01-15 Thread David Huard
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