[Numpy-discussion] maskedarray branch
David Huard
david.huard@gmail....
Tue Jan 15 15:29:22 CST 2008
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 <module>()
45 import random
46 import ctypeslib
---> 47 import ma
48
49 # Make these accessible from numpy name-space
/usr/local/lib64/python2.5/site-packages/numpy/ma/__init__.py in <module>()
12 __date__ = '$Date: 2007-10-29 17:18:13 +0200 (Mon, 29 Oct 2007)
$'
13
---> 14 import core
15 from core import *
16
/usr/local/lib64/python2.5/site-packages/numpy/ma/core.py in <module>()
3073 return numpy.inner(fa, fb).view(MaskedArray)
3074 inner.__doc__ = numpy.inner.__doc__
-> 3075 inner.__doc__ += "\n*Notes*:\n Masked values are replaced by 0."
3076 innerproduct = inner
3077
TypeError: unsupported operand type(s) for +=: 'NoneType' and 'str'
Everything being fresh from svn,
I tried installing the maskedarray living in the sandbox, but I had no
success either with the installation of timeseries.
Cheers,
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.scipy.org/pipermail/numpy-discussion/attachments/20080115/8425ee83/attachment.html
More information about the Numpy-discussion
mailing list