I was under the impression that you could use matplotlib with either
Numeric or numarray. I do not have numarray anywhere on my system, yet
after installing Numeric and matplotlib, I get the following:
import pylab
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/pylab.py",
line 1, in ?
from matplotlib.pylab import *
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/matplotlib/pylab.py",
line 194, in ?
import cm
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/matplotlib/cm.py",
line 5, in ?
import colors
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/matplotlib/colors.py",
line 33, in ?
from numerix import array, arange, take, put, Float, Int, where, \
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/matplotlib/numerix/__init__.py",
line 48, in ?
from numarray import *
ImportError: No module named numarray
I'm not sure why it should be looking for numarray when it doesnt
exist. Doesnt the setup.py file set this up?
···
--
Chris Fonnesbeck
Atlanta, GA