Hi All,

I'm running into the following error when I try to run any of the matplotlib
examples:

$ python anim.py
Traceback (most recent call last):
  File "anim.py", line 19, in <module>
    import pylab as p
  File "C:\Python25\Lib\site-packages\pylab.py", line 1, in <module>
    from matplotlib.pylab import *
  File "C:\Python25\Lib\site-packages\matplotlib\pylab.py", line 206, in
<module>
    from matplotlib.numerix import npyma as ma
  File "C:\Python25\Lib\site-packages\matplotlib\numerix\__init__.py", line
20, in <module>
    from matplotlib import rcParams, verbose
ImportError: cannot import name rcParams

I'm using the latest versions of matplotlib and numpy, ActivePython 2.5 (all
for Windows XP).  Any help would be appreciated.

Regards,
Brian.
-------------------------------------------------------------------------
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