Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 33 by
marvon...@gmail.com: scitools.std broken with numpy 1.9
https://code.google.com/p/scitools/issues/detail?id=33
NumPy 1.9 (released August 2014, I think) removes oldnumeric backwards
compatibility. This causes a crash in numpyutils.py e.g. when doing from
scitools.std import *.
Python 2.7.9 on OSX 10.10.1. py27-scitools installed via MacPorts.
Python 2.7.9 (default, Dec 13 2014, 15:13:49)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from scitools.std import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scitools/std.py",
line 26, in <module>
from scitools.easyviz import *
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scitools/easyviz/__init__.py",
line 3431, in <module>
exec(cmd)
File "<string>", line 1, in <module>
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scitools/easyviz/matplotlib_.py",
line 29, in <module>
from common import *
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scitools/easyviz/common.py",
line 5, in <module>
from scitools.numpytools import arrmin, arrmax, NumPyArray
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scitools/numpytools.py",
line 261, in <module>
(e, __name__))
ImportError: No module named oldnumeric.mlab
numpy import failed!
see doc of scitools.numpytools module for how to choose Numeric instead
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings