[Matplotlib-users] ImportError: cannot import name rcParams

2008-04-25 Thread Rich Fought
Hi, I'm getting the following error when trying to create a plot with matplotlib. I am using matplotlib-0.91.2 on CentOS 4 with python 2.3. We are running it with mod_python and Apache in a web service configuration. File

Re: [Matplotlib-users] ImportError: cannot import name rcParams

2008-04-25 Thread John Hunter
On Fri, Apr 25, 2008 at 11:51 AM, Rich Fought [EMAIL PROTECTED] wrote: This error has only appeared since we started using Apache 2.2 instead of 2.0. I can do the import just fine from the command line in a python 2.3 shell. Any ideas? My guess is that somewhere on your system you have

Re: [Matplotlib-users] ImportError: cannot import name rcParams

2007-12-05 Thread John Hunter
On Dec 2, 2007 1:04 AM, Brian Orr [EMAIL PROTECTED] wrote: 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

[Matplotlib-users] ImportError: cannot import name rcParams

2007-12-05 Thread Brian Orr
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