[Python-3000] back with more GUI planning in a few days...

Bill Janssen janssen at parc.com
Tue May 9 18:40:51 CEST 2006


> True: as noted, Tkinter only covers the "big three".

Paul,

Let's stop talking about the "big three" with respect to UI platforms.
There are three big operating system platforms, true.  And clearly
each has its own associated window system.  But there's also AJAX and
the two big virtual environments' window systems, java.awt and
Windows.Forms.  A good Python GUI should be able to cover all *six*,
not just the first three.  I write GUIs that run in Java applets and
browser windows, not just on raw window systems.

Bill


More information about the Python-3000 mailing list