[matplotlib-devel] PyGTK vs PyGObject

2012-10-05 Thread todd rme
I am trying to do some experimental packages with python 3 and the latest RC, and I am trying to figure out the situation with some of the backends. Some are obvious, like wxwidgets and PyQt (Qt3 version). The issue I am running into is with the gtk backend PyGTK is deprecated. According to the

Re: [matplotlib-devel] PyGTK vs PyGObject

2012-10-05 Thread Michael Droettboom
On 10/05/2012 06:38 AM, todd rme wrote: I am trying to do some experimental packages with python 3 and the latest RC, and I am trying to figure out the situation with some of the backends. Some are obvious, like wxwidgets and PyQt (Qt3 version). The issue I am running into is with the gtk backe

Re: [matplotlib-devel] PyGTK vs PyGObject

2012-10-05 Thread Benjamin Root
On Fri, Oct 5, 2012 at 9:57 AM, Michael Droettboom wrote: > On 10/05/2012 06:38 AM, todd rme wrote: > > I am trying to do some experimental packages with python 3 and the > latest RC, and I am trying to figure out the situation with some of > the backends. Some are obvious, like wxwidgets and P

Re: [matplotlib-devel] PyGTK vs PyGObject

2012-10-05 Thread Damon McDougall
On Friday, October 5, 2012, Michael Droettboom wrote: > On 10/05/2012 06:38 AM, todd rme wrote: > > I am trying to do some experimental packages with python 3 and the > latest RC, and I am trying to figure out the situation with some of > the backends. Some are obvious, like wxwidgets and PyQt (

Re: [matplotlib-devel] PyGTK vs PyGObject

2012-10-05 Thread Michael Droettboom
On 10/05/2012 09:57 AM, Michael Droettboom wrote: On 10/05/2012 06:38 AM, todd rme wrote: I am trying to do some experimental packages with python 3 and the latest RC, and I am trying to figure out the situation with some of the backends. Some are obvious, like wxwidgets and PyQt (Qt3 version).

Re: [matplotlib-devel] PyGTK vs PyGObject

2012-10-05 Thread Michael Droettboom
On 10/05/2012 11:40 AM, Damon McDougall wrote: On Friday, October 5, 2012, Michael Droettboom wrote: On 10/05/2012 06:38 AM, todd rme wrote: I am trying to do some experimental packages with python 3 and the latest RC, and I am trying to figure out the situation with some of the

Re: [matplotlib-devel] PyGTK vs PyGObject

2012-10-05 Thread Damon McDougall
On Fri, Oct 5, 2012 at 5:51 PM, Michael Droettboom wrote: > On 10/05/2012 11:40 AM, Damon McDougall wrote: > > On Friday, October 5, 2012, Michael Droettboom wrote: >> >> On 10/05/2012 06:38 AM, todd rme wrote: >> >> I am trying to do some experimental packages with python 3 and the >> latest RC,

Re: [matplotlib-devel] PyGTK vs PyGObject

2012-10-05 Thread Chris Barker
On Fri, Oct 5, 2012 at 9:51 AM, Michael Droettboom wrote: > We do use pycairo. It certainly would get around the issue, but duplicate a > lot of effort that pycairo already handles for us. A bit OT -- but have you added, and or does pyCairo have, numpy-array awareness? i.e. is there an efficie

Re: [matplotlib-devel] PyGTK vs PyGObject

2012-10-05 Thread Michael Droettboom
On 10/05/2012 02:53 PM, Chris Barker wrote: > On Fri, Oct 5, 2012 at 9:51 AM, Michael Droettboom wrote: > >> We do use pycairo. It certainly would get around the issue, but duplicate a >> lot of effort that pycairo already handles for us. > A bit OT -- but have you added, and or does pyCairo have