Re: [Numpy-discussion] numpy1.0rc and matplotlib-0.87.5

2006-09-26 Thread Peter Bienstman
On Tuesday 26 September 2006 14:24, [EMAIL PROTECTED] wrote: > Are you sure it's matplotlib-0.87.5? > Line 74 in my c:/Python24/Lib/site-packages/matplotlib/numerix/ > is "from numpy import *" > and not "Matrix = matrix" as in your stackdump. > > You can check the site-packages/matplotlib/__init_

Re: [Numpy-discussion] numpy1.0rc and matplotlib-0.87.5

2006-09-26 Thread Bill Baxter
Are you sure it's matplotlib-0.87.5? Line 74 in my c:/Python24/Lib/site-packages/matplotlib/numerix/ is "from numpy import *" and not "Matrix = matrix" as in your stackdump. You can check the site-packages/matplotlib/__init__.py file for the __version__ variable to make sure. Mine's got: __versio

[Numpy-discussion] numpy1.0rc and matplotlib-0.87.5

2006-09-26 Thread Peter Bienstman
Hi, Not sure if this is a numpy or a matplotlib issue, but I can't seem to get matplotlib-0.87.5 to work with numpy1.0rc: Python 2.4.3 (#1, Sep 21 2006, 13:06:42) [GCC 4.1.1 (Gentoo 4.1.1)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from pylab import *