At what point should we push another minor release for py2.5? or should we at all? I am able to compile and run the latest in svn on all 3 major platforms. The only missing component is pygtk for windows. 0.87.5 is not py2.5 compatible in many ways. Just thought I would throw it out there. Charlie
>>>>> "Charlie" == Charlie Moad <cw...@gm...> writes: Charlie> At what point should we push another minor release Charlie> for py2.5? or should we at all? I am able to compile and Charlie> run the latest in svn on all 3 major platforms. The only Charlie> missing component is pygtk for windows. 0.87.5 is not Charlie> py2.5 compatible in many ways. Just thought I would Charlie> throw it out there. I've CCd Cedric Gustin, who maintains pygtk for win32. Cedric, do you plan to push out a python2.5 version in the near future? If so, we can hold up the mpl release which uses some pygtk extension code in building. If not, we can go ahead with the release w/o gtk support, since this is not a common backend on windows. JDH
Hi John and the matplotlib people, John Hunter wrote: >>>>>> "Charlie" == Charlie Moad <cw...@gm...> writes: > > Charlie> At what point should we push another minor release > Charlie> for py2.5? or should we at all? I am able to compile and > Charlie> run the latest in svn on all 3 major platforms. The only > Charlie> missing component is pygtk for windows. 0.87.5 is not > Charlie> py2.5 compatible in many ways. Just thought I would > Charlie> throw it out there. > > I've CCd Cedric Gustin, who maintains pygtk for win32. Cedric, do you > plan to push out a python2.5 version in the near future? If so, we > can hold up the mpl release which uses some pygtk extension code in > building. If not, we can go ahead with the release w/o gtk support, > since this is not a common backend on windows. Yes, pygtk binaries for python 2.5 will be available this week. I just need a few more days as I'm also working on binaries for pygtk-2.10/pygobject-2.12/pycairo-1.2. Or, if you want, I can give you early access to pygtk binaries for python 2.5 for testing purpose with matplotlib ? Just tell me if you need pygtk-2.10 or 2.8 ? Cedric
>>>>> "Cedric" == Cedric Gustin <ced...@gm...> writes: Cedric> Or, if you want, I can give you early access to pygtk Cedric> binaries for python 2.5 for testing purpose with Cedric> matplotlib ? Just tell me if you need pygtk-2.10 or 2.8 ? Most likely 2.8, but Steve (who is the gtk maintainer) may feel otherwise, so I CCd him in case he has any input here. Thanks, JDH
On Sep 21, 2006, at 1:52 PM, Charlie Moad wrote: > At what point should we push another minor release for py2.5? or > should we at all? FWIW, I have matplotlib built against Python 2.5 on my Mac with the patches I posted in August. http://www.mail-archive.com/mat...@li.../ msg00293.html Not sure if that helps... - boyd Boyd Waters Scientific Programmer National Radio Astronomy Observatory http://www.aoc.nrao.edu
On 9/21/06, Boyd Waters <bw...@nr...> wrote: > > On Sep 21, 2006, at 1:52 PM, Charlie Moad wrote: > > > At what point should we push another minor release for py2.5? or > > should we at all? > > FWIW, I have matplotlib built against Python 2.5 on my Mac with the > patches I posted in August. > http://www.mail-archive.com/mat...@li.../ > msg00293.html The problems addressed by those patches have been fixed. Win32, linux and osx all compile fine now. Thanks,
John Hunter wrote: >>>>>> "Cedric" == Cedric Gustin <ced...@gm...> writes: > > Cedric> Or, if you want, I can give you early access to pygtk > Cedric> binaries for python 2.5 for testing purpose with > Cedric> matplotlib ? Just tell me if you need pygtk-2.10 or 2.8 ? > > Most likely 2.8, but Steve (who is the gtk maintainer) may feel > otherwise, so I CCd him in case he has any input here. I uploaded binaries here http://www.gustin.be/win32/pygtk/2.8/ Please note that this is a temporary storage location as I am in the process of moving my binaries to the gnome servers. Cedric
On 9/25/06, Cedric Gustin <ced...@gm...> wrote: > John Hunter wrote: > >>>>>> "Cedric" == Cedric Gustin <ced...@gm...> writes: > > > > Cedric> Or, if you want, I can give you early access to pygtk > > Cedric> binaries for python 2.5 for testing purpose with > > Cedric> matplotlib ? Just tell me if you need pygtk-2.10 or 2.8 ? > > > > Most likely 2.8, but Steve (who is the gtk maintainer) may feel > > otherwise, so I CCd him in case he has any input here. > > I uploaded binaries here > > http://www.gustin.be/win32/pygtk/2.8/ > > Please note that this is a temporary storage location as I am in the > process of moving my binaries to the gnome servers. Thanks for the builds. I was able to build against them no problem. I would like to push a minor bump for python2.5 and to fix a few of the small issues Andrew Straw mentioned about the last release. Does Wednesday sound doable for this? - Charlie