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

Re: [Matplotlib-users] help error

2008-07-02 Thread Gideon Simpson
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 On Jul 1, 2008, at 11:16 AM, Gideon Simpson wrote: > matplotlib itself seems to work, in the sense that it m

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 PROTECT

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 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 I'm a bit stumped. I'd like to see the following shell output of a clean build and install -- could you run these and paste the ent

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 b

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
[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 versio

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 t

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 0

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-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 "", line 1, in File "/sw/lib/python2.5/site.py", line 346, in __call__ return pydoc.help(*args, **kwds) File "/

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 >> matplot

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 of

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, J

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 > de

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 PM

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)

[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 "", line 1, in File "/sw/lib/python2.5/site.py", line 346, in __call__ retu