[Python-3000] Requirements for a standard GUI library

Greg Ewing greg.ewing at canterbury.ac.nz
Thu May 11 05:43:57 CEST 2006


Travis E. Oliphant wrote:
> The only thing I would wish different is to get rid of the PyGTK 
> dependency.   I think PyGUI should be a wrapper directly on top of GNOME

Perhaps you have Gnome and Gtk confused? Gnome is the
desktop, Gtk is the UI library that Gnome applications
use.

> In short, I don't like the chaining effect of wrapper on top of wrapper.
>  I want to make the connection to platform libraries as simple as 
> possible.

So do I, but I'm concentrating on getting the API right
first. Optimisations such as reducing the number of wrapper
layers can come later.

-- 
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | Carpe post meridiem!          	  |
Christchurch, New Zealand	   | (I'm not a morning person.)          |
greg.ewing at canterbury.ac.nz	   +--------------------------------------+


More information about the Python-3000 mailing list