|
From: Gary <pa...@in...> - 2004-12-16 03:05:49
|
As is becoming usual, my attempt to upgrade has run into a problem.
WinXP,
deleted previous ...\matplotlib before installing.
None of the examples (from the new zip file) seem to run. They
generally seem to start with
from pylab import *
but this fails, even from the command line. Bug, feature, or pilot
error? :)
-gary
----------------------------------------------------------
C:\Python23\Lib\site-packages\matplotlib\examples>python
Python 2.3.4 (#53, May 25 2004, 21:17:02) [MSC v.1200 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from pylab import *
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "C:\Python23\Lib\site-packages\pylab.py", line 1, in ?
from matplotlib.pylab import *
File "C:\Python23\Lib\site-packages\matplotlib\pylab.py", line 184, in ?
from axes import Axes, PolarAxes
File "C:\Python23\Lib\site-packages\matplotlib\axes.py", line 6, in ?
from numerix import MLab, absolute, arange, array, asarray, ones,
transpose,
\
ImportError: cannot import name min
|