Re: [matplotlib-devel] Yet another minor release

2006-08-29 Thread Darren Dale
On Monday 14 August 2006 17:48, John Hunter wrote: > > "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: > > Charlie> Numpy 1.0b2 was released last night and Travis hopes this > Charlie> will remain binary compatible with numpy 1.0. Are there > Charlie> any objections to a mino

[matplotlib-devel] Failure to run setupext.py (patch attached)

2006-08-29 Thread Will Lee
I need to apply the attached patch in order to get the setup.py script to run.  I'm using python 2.4.3 with matplotlib-0.87.4.  If I do not apply this patch, I got the following.  It seems like there's a change in tk's getvar implementation.  The tk.getvar('tcl_library") returns an _tkinter.Tcl_Ob

Re: [matplotlib-devel] Yet another minor release

2006-08-29 Thread Charlie Moad
On 8/29/06, Darren Dale <[EMAIL PROTECTED]> wrote: > On Monday 14 August 2006 17:48, John Hunter wrote: > > > "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: > > > > Charlie> Numpy 1.0b2 was released last night and Travis hopes this > > Charlie> will remain binary compatible with

Re: [matplotlib-devel] Yet another minor release

2006-08-29 Thread Darren Dale
On Tuesday 29 August 2006 14:07, Charlie Moad wrote: > On 8/29/06, Darren Dale <[EMAIL PROTECTED]> wrote: > > On Monday 14 August 2006 17:48, John Hunter wrote: > > > > "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: > > > > > > Charlie> Numpy 1.0b2 was released last night and Travis

Re: [matplotlib-devel] Yet another minor release

2006-08-29 Thread Charlie Moad
On 8/29/06, Darren Dale <[EMAIL PROTECTED]> wrote: > On Tuesday 29 August 2006 14:07, Charlie Moad wrote: > > On 8/29/06, Darren Dale <[EMAIL PROTECTED]> wrote: > > > On Monday 14 August 2006 17:48, John Hunter wrote: > > > > > "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: > > > > > > >

Re: [matplotlib-devel] Yet another minor release

2006-08-29 Thread Darren Dale
On Tuesday 29 August 2006 15:21, Charlie Moad wrote: > We can shoot for a mpl release by the end of the week. Are there any > lingering issues? There is this tk unicode nonsense in setupext.py. I was hoping to get these build warnings taken care of on Linux (see my recent post), but its not i

Re: [matplotlib-devel] Yet another minor release

2006-08-29 Thread John Hunter
> "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: >> Travis, would you care to comment? Charlie> He made a comment on the numpy list. We can shoot for a Charlie> mpl release by the end of the week. Are there any Charlie> lingering issues? Apparently numpy 1.05b is due

Re: [matplotlib-devel] Failure to run setupext.py (patch attached)

2006-08-29 Thread Darren Dale
On Tuesday 29 August 2006 13:01, Will Lee wrote: > I need to apply the attached patch in order to get the setup.py script to > run. I'm using python 2.4.3 with matplotlib-0.87.4. If I do not apply > this patch, I got the following. It seems like there's a change in tk's > getvar implementation.

Re: [matplotlib-devel] Yet another minor release

2006-08-29 Thread Charlie Moad
On 8/29/06, John Hunter <[EMAIL PROTECTED]> wrote: > > "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: > >> Travis, would you care to comment? > > Charlie> He made a comment on the numpy list. We can shoot for a > Charlie> mpl release by the end of the week. Are there any >

Re: [matplotlib-devel] Yet another minor release

2006-08-29 Thread John Hunter
> "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: Charlie> Sounds good. Two open windows issues that aren't Charlie> showstoppers are: 1) Inclusion of msvcp71.dll? 2) Charlie> Building against wxpython unicode or ansii? (until we Charlie> move to pure python blitting) S

Re: [matplotlib-devel] Failure to run setupext.py (patch attached)

2006-08-29 Thread Darren Dale
On Tuesday 29 August 2006 15:49, Darren Dale wrote: > On Tuesday 29 August 2006 13:01, Will Lee wrote: > > I need to apply the attached patch in order to get the setup.py script to > > run. I'm using python 2.4.3 with matplotlib-0.87.4. If I do not apply > > this patch, I got the following. It s