Hi,

After upgrading to the new matplotlib 0.9.1 on python2.4 using the 
windows binary installer I get the following error:


C:\>python
Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit (Intel)] on 
win32
Type "help", "copyright", "credits" or "license" for more information.
 >>> import pylab
Traceback (most recent call last):
   File "<stdin>", line 1, in ?
   File "C:\Python24\Lib\site-packages\pylab.py", line 1, in ?
     from matplotlib.pylab import *
   File "C:\Python24\Lib\site-packages\matplotlib\pylab.py", line 206, in ?
     from matplotlib.numerix import npyma as ma
   File "C:\Python24\Lib\site-packages\matplotlib\numerix\__init__.py", 
line 20, in ?
     from matplotlib import rcParams, verbose
ImportError: cannot import name rcParams

Does anyone else see the same thing?


best regards
Jörgen



-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to