On 31 Jul 2005 00:23:38 -0700, Paul Rubin <http://[EMAIL PROTECTED]> wrote: >[EMAIL PROTECTED] (phil hunt) writes: >> What you say Pythonic, what do you mean? And how do you rate >> Tkinter, PyGtk, PyQt/PyKDE, wxWindows for "Pythonicness"? > >Tkinter is not very Pythonic because it's sort of a Frankenstein >hybrid of Python and Tcl, but at least it's there and it more or less >works. The others are non-Pythonic because they're not included in >the standard distro and therefore the Pythonic "use the included >batteries" tenet says to use Tkinter despite its flaws.
OK, hows this for an idea: 1. create a new API, loosely based on the Tkinter API, but more Pythonic 2. implement Tk using this API (probably won't be difficult because we can use Tkinter as a base) 3. Implement bindings to Gtk and Qt/KDE using this API. -- Email: zen19725 at zen dot co dot uk -- http://mail.python.org/mailman/listinfo/python-list