Re: [Matplotlib-users] help error

2008-07-02 Thread Darren Dale
Hi Gideon, On Wednesday 02 July 2008 11:34:46 am Gideon Simpson wrote: So no one else has seen this bug? I'm on an OS X 10.5.4 machine with fink python 2.5.2 and associated backend packages. i'm using my own builds of numpy/scipy and matplotlib. -gideon (Please don't top post, it makes it

Re: [Matplotlib-users] help error

2008-07-01 Thread Darren Dale
In lib/matplotlib/__init__.py, set NEWCONFIG=False and reinstall. On Tuesday 01 July 2008 00:02:51 Gideon Simpson wrote: Just tried the 0.98.2, and am still getting: help modules Please wait a moment while I gather a list of all available modules... Traceback (most recent call last):

Re: [Matplotlib-users] help error

2008-07-01 Thread Gideon Simpson
It's already set to False I've completely blown away my installation, including removing ~/.matplotlib, and this problem is still showing up. -gideon On Jul 1, 2008, at 7:20 AM, Darren Dale wrote: In lib/matplotlib/__init__.py, set NEWCONFIG=False and reinstall. On Tuesday 01 July 2008

Re: [Matplotlib-users] help error

2008-07-01 Thread John Hunter
On Tue, Jul 1, 2008 at 8:13 AM, Gideon Simpson [EMAIL PROTECTED] wrote: It's already set to False I've completely blown away my installation, including removing ~/.matplotlib, and this problem is still showing up. -gideon Please run a test pylab script with --verbose-debug and post the

Re: [Matplotlib-users] help error

2008-07-01 Thread Gideon Simpson
[EMAIL PROTECTED] python simple_plot.py --verbose-debug run.out $HOME=/Users/gideon CONFIGDIR=/Users/gideon/.matplotlib matplotlib data path /opt/lib/python2.5/site-packages/matplotlib/mpl- data loaded rc file /opt/lib/python2.5/site-packages/matplotlib/mpl-data/ matplotlibrc matplotlib version

Re: [Matplotlib-users] help error

2008-07-01 Thread John Hunter
On Tue, Jul 1, 2008 at 8:22 AM, Gideon Simpson [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] python simple_plot.py --verbose-debug run.out $HOME=/Users/gideon CONFIGDIR=/Users/gideon/.matplotlib matplotlib data path /opt/lib/python2.5/site-packages/matplotlib/mpl- data loaded rc file

Re: [Matplotlib-users] help error

2008-07-01 Thread Gideon Simpson
### MATPLOTLIBRC FORMAT # This is a sample matplotlib configuration file - you can find a copy # of it on your system in # site-packages/matplotlib/mpl-data/matplotlibrc. If you edit it # there, please note that it will be overridden in your next install. # If you want to keep a permanent local

Re: [Matplotlib-users] help error

2008-07-01 Thread John Hunter
On Tue, Jul 1, 2008 at 9:14 AM, Gideon Simpson [EMAIL PROTECTED] wrote: python -c 'import matplotlib; print matplotlib.__file__' python simple_plot.py --verbose-debug run.out\ There was no traceback in run.out -- does this mean everything is working for you now? JDH

Re: [Matplotlib-users] help error

2008-07-01 Thread Gideon Simpson
matplotlib itself seems to work, in the sense that it makes figures and puts the lines in the right places. however, that error is still showing up if i go to help() then modules On Jul 1, 2008, at 11:01 AM, John Hunter wrote: On Tue, Jul 1, 2008 at 9:14 AM, Gideon Simpson [EMAIL

Re: [Matplotlib-users] help error

2008-06-30 Thread Gideon Simpson
Just tried the 0.98.2, and am still getting: help modules Please wait a moment while I gather a list of all available modules... Traceback (most recent call last): File stdin, line 1, in module File /sw/lib/python2.5/site.py, line 346, in __call__ return pydoc.help(*args, **kwds)

Re: [Matplotlib-users] help error

2008-06-24 Thread John Hunter
On Mon, Jun 23, 2008 at 11:41 PM, Gideon Simpson [EMAIL PROTECTED] wrote: I was trying to look up a module, and, after installing matplotlib 0.98.1, I get: File /opt/lib/python2.5/site-packages/matplotlib/config/ tconfig.py, line 391, in __init__ raise TConfigInvalidKeyError(m)

Re: [Matplotlib-users] help error

2008-06-24 Thread Michael Droettboom
I removed the autolayout key from all the various config files in SVN, but of course, forgot that any users with already-installed copies of matplotlibrc will get this error. Should I put the key back in as a deprecated no-op? Cheers, Mike John Hunter wrote: On Mon, Jun 23, 2008 at 11:41

Re: [Matplotlib-users] help error

2008-06-24 Thread John Hunter
On Tue, Jun 24, 2008 at 7:05 AM, Michael Droettboom [EMAIL PROTECTED] wrote: I removed the autolayout key from all the various config files in SVN, but of course, forgot that any users with already-installed copies of matplotlibrc will get this error. Should I put the key back in as a

Re: [Matplotlib-users] help error

2008-06-24 Thread Gideon Simpson
I built from source. I removed my existing installation of matplotlib, but I am still getting the same error. I had not been using setup.cfg, but edited the template so that the experimental packages were turned off. I am still getting this error. -gideon On Jun 24, 2008, at 7:31 AM,

Re: [Matplotlib-users] help error

2008-06-24 Thread John Hunter
On Tue, Jun 24, 2008 at 8:27 AM, Gideon Simpson [EMAIL PROTECTED] wrote: I built from source. I removed my existing installation of matplotlib, but I am still getting the same error. I had not been using setup.cfg, but edited the template so that the experimental packages were turned off. I

Re: [Matplotlib-users] help error

2008-06-24 Thread Gideon Simpson
my .matplotlib folder is empty. also, my installation otherwise appears to work. -gideon On Jun 24, 2008, at 10:01 AM, John Hunter wrote: On Tue, Jun 24, 2008 at 8:27 AM, Gideon Simpson [EMAIL PROTECTED] wrote: I built from source. I removed my existing installation of matplotlib,

[Matplotlib-users] help error

2008-06-23 Thread Gideon Simpson
I was trying to look up a module, and, after installing matplotlib 0.98.1, I get: help modules Please wait a moment while I gather a list of all available modules... Traceback (most recent call last): File stdin, line 1, in module File /sw/lib/python2.5/site.py, line 346, in __call__