ANN: PyGUI 2.5

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Sep 15 00:28:49 EDT 2011


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 more than one view of a model are at
odds with the way Tk works.

Anyone who wants to have a go at it is welcome to try,
though.

-- 
Greg




More information about the Python-list mailing list