With the latest svn matplotlib and numpy 0.9.8 I'm now getting: Python 2.4.3 (#1, Mar 30 2006, 13:31:07) [GCC 4.0.1 (Apple Computer, Inc. build 5247)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import pylab Traceback (most recent call last): File "<stdin>", line 1, in ? File "/Users/jsw/lib/python/pylab.py", line 1, in ? from matplotlib.pylab import * File "/Users/jsw/lib/python/matplotlib/pylab.py", line 196, in ? import cm File "/Users/jsw/lib/python/matplotlib/cm.py", line 5, in ? import colors File "/Users/jsw/lib/python/matplotlib/colors.py", line 33, in ? from numerix import array, arange, take, put, Float, Int, where, \ File "/Users/jsw/lib/python/matplotlib/numerix/__init__.py", line 66, in ? import numpy.oldnumeric as numpy ImportError: No module named oldnumeric
With numpy 0.9.8 I can do from numpy.core import oldnumeric but not from numpy import oldnumeric. I suppose this is a consequence of Travis's numerix commits yesterday - is the latest numpy svn now required? -Jeff -- Jeffrey S. Whitaker Phone : (303)497-6313 Meteorologist FAX : (303)497-6449 NOAA/OAR/PSD R/PSD1 Email : [EMAIL PROTECTED] 325 Broadway Office : Skaggs Research Cntr 1D-124 Boulder, CO, USA 80303-3328 Web : http://tinyurl.com/5telg _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel