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 it had something to do with a  function in numpy, imported by
scipy, called deprecate, that changed to deprecate_doc (or vice-versa).


Thanks
 Stéfan
 ___
 Numpy-discussion mailing list
 Numpy-discussion@scipy.org
 http://projects.scipy.org/mailman/listinfo/numpy-discussion

___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


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 find the problem: did you remove the previous numpy
 installation and build directories before installing?


Yes. I am not familiar with the subtleties of module importing, but here
would be my guess. The error implies that numpy.inner.__doc__ is None. Now
numpy's inner function seems to be defined in the multiarray.c module, and
it's doc in add_newdocs.py. So is it possible that importation of the ma
module happens before add_newdocs is called ?

David


Regards
 Stéfan
 ___
 Numpy-discussion mailing list
 Numpy-discussion@scipy.org
 http://projects.scipy.org/mailman/listinfo/numpy-discussion

___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


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 mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


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 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: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 and build directories before installing?
 
 
  Yes. I am not familiar with the subtleties of module importing, but here
  would be my guess. The error implies that numpy.inner.__doc__ is None.
  Now numpy's inner function seems to be defined in the multiarray.cmodule, 
  and it's doc in add_newdocs.py. So is it possible that importation
  of the ma module happens before add_newdocs is called ?
 
  David
 
 
  Regards
   Stéfan
   ___
   Numpy-discussion mailing list
   Numpy-discussion@scipy.org
   http://projects.scipy.org/mailman/listinfo/numpy-discussion
  
 
 

___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion