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 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 module import gobject ImportError: No module named gobject This is a problem with our installer since the default backend we have set is

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 backend

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
-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: File C:\Python25\Lib\site-packages\matplotlib\backends\backend_gtk.py, line 6, in module import gobject ImportError: No module

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 get:

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 up

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

2008-06-02 Thread Jeff Whitaker
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: File C:\Python25\Lib\site-packages

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

2008-06-02 Thread Jeff Whitaker
in the background). Kurt OK. -Jeff Original Message Follows From: John Hunter [EMAIL PROTECTED] To: Jeff Whitaker [EMAIL PROTECTED] CC: KURT PETERS [EMAIL PROTECTED], [EMAIL PROTECTED], matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] Update to Matplotlib and Numpy

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 backend

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

2008-06-02 Thread KURT PETERS
-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 basemap 0.99 to use with matplotlib 0.98.0. I only have a source tarball on the sf site now

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

2008-06-02 Thread KURT PETERS
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: Mon, 02 Jun 2008 11:51:43 -0600 KURT

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