Re: [Matplotlib-users] rcParams is missing

2007-04-30 Thread jamesk
What does one have to install from the command line to fix this? I'm getting the same error running the basemap examples, after installing matplotlib 0.90 via egg and basemap via installer, and numpy via source. Traceback (most recent call last): File "simpletest.py", line 1, in from matpl

Re: [Matplotlib-users] rcParams is missing

2007-04-26 Thread Christopher Fonnesbeck
Christopher Fonnesbeck <[EMAIL PROTECTED]> writes: > > On recent builds of matplotlib (svn and 0.90) I encounter an import error when > trying to import pylab: > "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages > /matplotlib/numerix/__init__.py", > line 20, in >

[Matplotlib-users] rcParams is missing

2007-04-26 Thread Christopher Fonnesbeck
On recent builds of matplotlib (svn and 0.90) I encounter an import error when trying to import pylab: >>> import pylab Traceback (most recent call last): File "", line 1, in File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages /pylab.py", line 1, in from m