|
From: John H. <jdh...@ac...> - 2004-12-17 14:52:36
|
>>>>> "Gary" == Gary <pa...@in...> writes:
Gary> ---------------------------------------------------------------------
Gary> C:\Python23\Lib\site-packages\matplotlib\examples>python
Gary> Python 2.3.4 (#53, May 25 2004, 21:17:02) [MSC v.1200 32 bit
Gary> (Intel)] on win32 Type "help", "copyright", "credits" or
Gary> "license" for more information.
>>>> from matplotlib.numerix import min
Gary> Traceback (most recent call last): File "<stdin>", line 1,
Gary> in ? ImportError: cannot import name min
Gary> ----------------------------------------------------------------
It looks like your Numeric install is screwed up. Remove
site-packages Numeric to be on the safe side and grab the latest
release for your python version at
http://sourceforge.net/projects/numpy
reinstall and see if that fixes your problem. Let me know...
JDH
|