Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-04 Thread KURT PETERS
My fault. that last error was because I re-installed matplotlib and forgot to "re-change" the backend to TkAgg. Sorry. Everything seems to be working again now (although a bit slower). Kurt - Check out the new SourceForge

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-04 Thread KURT PETERS
Looks like your latest compile includes the full-res data. Kurt - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/service

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-04 Thread KURT PETERS
Well, installing the highres data into the 'data' directory didn't help. Kurt - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourcefor

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-04 Thread KURT PETERS
Jeff, Got it and it seemed to install. Well... as luck would have it, I still have a problem. I think I know what is causing it, though. I was using the high-res data, and the "upgrade" nukes that data. Here's the message I'm getting along with the code snippet, just to make sure I'm on the

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread Charlie Moad
Thanks Darren. The win32 binaries are updated now. TkAgg is the default on all of them, and the OSX binaries already had TkAgg as the default. - Charlie On Mon, Jun 2, 2008 at 6:13 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > On Monday 02 June 2008 05:33:52 pm John Hunter wrote: >> On Mon, Jun

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread Jeff Whitaker
inal Message Follows > From: Jeff Whitaker <[EMAIL PROTECTED]> > To: KURT PETERS <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED], [EMAIL PROTECTED], > matplotlib-users@lists.sourceforge.net > Subject: Re: [Matplotlib-users] Update to Matplotlib and Numpy > producing

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread Darren Dale
On Monday 02 June 2008 05:33:52 pm John Hunter wrote: > On Mon, Jun 2, 2008 at 4:32 PM, Charlie Moad <[EMAIL PROTECTED]> wrote: > > I am pretty sure setupext.py used to have these defaults coded in, but > > something must have changed. I haven't had to check default backends > > in a long time. I

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread KURT PETERS
Original Message Follows From: Jeff Whitaker <[EMAIL PROTECTED]> To: KURT PETERS <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED], [EMAIL PROTECTED], matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error Date: Mo

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread John Hunter
On Mon, Jun 2, 2008 at 4:32 PM, Charlie Moad <[EMAIL PROTECTED]> wrote: > I am pretty sure setupext.py used to have these defaults coded in, but > something must have changed. I haven't had to check default backends > in a long time. I'll get new builds up asap. Darren has added a setup.cfg to c

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread Charlie Moad
I am pretty sure setupext.py used to have these defaults coded in, but something must have changed. I haven't had to check default backends in a long time. I'll get new builds up asap. - Charlie On Mon, Jun 2, 2008 at 12:01 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Mon, Jun 2, 2008 at 10:

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread John Hunter
On Mon, Jun 2, 2008 at 1:04 PM, Les Schaffer <[EMAIL PROTECTED]> wrote: >> yep, its right there. very weird. does matplotlib fiddle with sys.path >> or some such? No. Have you nuked all references to pylab.* and matplotlib* (esp including any egg files?) Search your system for matplotlib a

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread Jeff Whitaker
(Windows could have started some other process in the background). >> Kurt >> >> > OK. > > -Jeff > >> ----Original Message Follows >> From: "John Hunter" <[EMAIL PROTECTED]> >> To: "Jeff Whitaker" <[EMAIL PROTECTED

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread KURT PETERS
ing as well. Regards, Kurt Original Message Follows From: Jeff Whitaker <[EMAIL PROTECTED]> To: KURT PETERS <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED], [EMAIL PROTECTED], matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] Update to Matplotlib and Numpy produci

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread Les Schaffer
Les Schaffer wrote: > John Hunter wrote: > > >> After running the 0.98 installer do you have >> pylab.py in site-packages? >> > > yep, its right there. very weird. does matplotlib fiddle with sys.path > or some such? actually, it was right there in site-packages/matplotlib, which

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread Jeff Whitaker
OTECTED]>, [EMAIL PROTECTED], > matplotlib-users@lists.sourceforge.net > Subject: Re: [Matplotlib-users] Update to Matplotlib and Numpy producing > error > Date: Mon, 2 Jun 2008 12:38:15 -0500 > > On Mon, Jun 2, 2008 at 12:28 PM, Jeff Whitaker <[EMAIL PROTECTED]> wrote: &g

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread Les Schaffer
John Hunter wrote: > By the way, on windows you can edit the rc file in place (ie leave it > in mpl-data). I need to update the instructions in that file -- they > are out of date. > please do, they indicate movement is required. > > This is weird: it is working on my end once I update my "ba

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread KURT PETERS
PROTECTED], matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error Date: Mon, 2 Jun 2008 12:38:15 -0500 On Mon, Jun 2, 2008 at 12:28 PM, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > Kurt: As you discovered, you'll need

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread John Hunter
On Mon, Jun 2, 2008 at 12:28 PM, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > Kurt: As you discovered, you'll need basemap 0.99 to use with matplotlib > 0.98.0. I only have a source tarball on the sf site now, and you apparently > are looking for the windows binary installer. I hope to have that

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread John Hunter
On Mon, Jun 2, 2008 at 12:10 PM, KURT PETERS <[EMAIL PROTECTED]> wrote: > Thanks, > I made that change after an unfruitful attempt at installing gtk, which > should have worked in my estimation. Now, at least I get by that original > point. > > NOW basemaps won't work any more! When I run, I ge

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread Jeff Whitaker
no len() > > I hope no one else has this pain when upgrading. > Regards, > Kurt > Original Message Follows > From: "John Hunter" <[EMAIL PROTECTED]> > To: "KURT PETERS" <[EMAIL PROTECTED]>, "Charlie Moad" <[EMAIL PROTECTED

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread John Hunter
On Mon, Jun 2, 2008 at 12:09 PM, Les Schaffer <[EMAIL PROTECTED]> wrote: > there are two files there: matplotlibrc and matplotlib.conf. is there a > selection principle for choosing one or the other? matplotlib.conf is used at build time, so you can ignore it with the binary installer. > i moved

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread KURT PETERS
OTECTED]>, "Charlie Moad" <[EMAIL PROTECTED]> CC: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error Date: Mon, 2 Jun 2008 11:01:48 -0500 On Mon, Jun 2, 2008 at 10:41 AM, KURT PETERS <[EMAIL PROTECTED]> wrote: &

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread Les Schaffer
John Hunter wrote: > This is a problem with our installer since the default backend we have > set is GTKAgg (we usually set it to GTKAgg). Fortunately, it is > relatively easy for you to fix:. Edit > site-packages/matplotlib/mpl-data/matplotlib and change the 'backend : > GTKAgg' line to > > ba

Re: [Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread John Hunter
On Mon, Jun 2, 2008 at 10:41 AM, KURT PETERS <[EMAIL PROTECTED]> wrote: > File "C:\Python25\Lib\site-packages\matplotlib\backends\backend_gtk.py", > line 6, in >import gobject > ImportError: No module named gobject This is a problem with our installer since the default backend we have set i

[Matplotlib-users] Update to Matplotlib and Numpy producing error

2008-06-02 Thread KURT PETERS
I tried to upgrade to the latest matplot lib (0.98 win32), which made me upgrade numpy (1.1.0). I followed the advice of the install hints and deleted the "old" matplotlib folder in site-packages before running the windows installer. Unfortunately, I get this error when trying to run my progr