Re: ANN: PyGUI 2.5

2011-09-14 Thread Greg Ewing
On 15/09/11 06:47, Bill Janssen wrote: One possibility would be to develop a PyGUI branch on top of Tk, so that it would work with Python anywhere. Unfortunately, I doubt whether Tk would be up to the task of supporting PyGUI efficiently. The philosophies of model-view separation and allowing

Re: ANN: PyGUI 2.5

2011-09-14 Thread Bill Janssen
Gregory Ewing wrote: > Terry Reedy wrote: > > > Greg left out the most important to me: > > "Now works with Python 3 on MacOSX and Windows!" > > I'm not making too much of that at the moment, because it > *doesn't* work on Linux yet, and I've no idea how long > it will be before it does. > > T

Re: ANN: PyGUI 2.5

2011-06-17 Thread Gregory Ewing
Terry Reedy wrote: Greg left out the most important to me: "Now works with Python 3 on MacOSX and Windows!" I'm not making too much of that at the moment, because it *doesn't* work on Linux yet, and I've no idea how long it will be before it does. The issue is that there will apparently not b

Re: ANN: PyGUI 2.5

2011-06-17 Thread Gregory Ewing
Wolfgang Keller wrote: Any chance to see a hierarchical multi-column TreeListView anytime soon? There may be a table view, but I can't promise anything about a tree view, sorry. -- Greg -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: PyGUI 2.5

2011-06-17 Thread rzed
Terry Reedy wrote in news:mailman.88.1308338170.1164.python-l...@python.org: > On 6/16/2011 11:18 PM, Greg Ewing wrote: >> PyGUI 2.5 is available: >> >> http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ >> >> Lots of new stuff in this version. Highlights include: > > Greg left out the mos

Re: ANN: PyGUI 2.5

2011-06-17 Thread Wolfgang Keller
> Lots of new stuff in this version. Highlights include: >- GridView - a user-defined view consisting of a regular grid of > cells. > >- PaletteView - a GridView specialised for implementing tool > palettes. Any chance to see a hierarchical multi-column TreeListView anytime soon? Sincer

Re: ANN: PyGUI 2.5

2011-06-17 Thread Terry Reedy
On 6/16/2011 11:18 PM, Greg Ewing wrote: PyGUI 2.5 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ Lots of new stuff in this version. Highlights include: Greg left out the most important to me: "Now works with Python 3 on MacOSX and Windows!" -- Terry Jan Reedy -- http