On Tuesday 26 September 2006 14:24,=20
num...@li... 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 =3D 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:
> __version__ =3D '0.87.5'
> __revision__ =3D '$Revision: 2761 $'
> __date__ =3D '$Date: 2006-09-05 09:37:04 -0400 (Tue, 05 Sep 2006) $'
Hmm, turns out deleting the build directory and doing a 'setup.py install' =
is=20
not enough. When I delete the matplotlib directory from site-packages it do=
es=20
work.
Thanks!
Peter
|