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 ha

[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 "/usr/lib/python2.3/site-packages/matplotlib-0.91.2_r0-py2.3-linux-i686.eg

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 > import pylab as p > File "C:\Python2

[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 import pylab as p File "C:\Python25\Lib\site-packages\pylab.py", line 1, in from matplotlib.pylab import *