[SciPy-dev] sandbox packages maskedarray and timeseries
Nils Wagner
nwagner@iam.uni-stuttgart...
Fri Mar 2 02:51:00 CST 2007
Hi all,
I have enabled the sandbox packages maskedarray and timeseries.
The file
enabled_packages.txt
in /scipy/Lib/sandbox contains
delaunay
pyem
numexpr
arpack
spline
rbf
maskedarray
timeseries
If I try to import maskedarray and timeseries I get
Python 2.4 (#1, Oct 13 2006, 16:43:49)
[GCC 3.3.5 20050117 (prerelease) (SUSE Linux)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from scipy.sandbox import maskedarray
>>> from scipy.sandbox import timeseries
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File
"/usr/lib64/python2.4/site-packages/scipy/sandbox/timeseries/__init__.py",
line 16, in ?
import tcore
File
"/usr/lib64/python2.4/site-packages/scipy/sandbox/timeseries/tcore.py",
line 18, in ?
import maskedarray as MA
ImportError: No module named maskedarray
>>> import scipy
>>> scipy.__version__
'0.5.3.dev2806'
How can I fix this problem ?
Nils
More information about the Scipy-dev
mailing list