What does Guido want in a GUI toolkit for Python?

Simon Forman sajmikins at gmail.com
Sun Jun 28 03:39:10 EDT 2009


On Jun 27, 12:54 pm, "laplacia... at gmail.com" <laplacia... at gmail.com>
wrote:
> I just read a blog post of Guido'shttp://neopythonic.blogspot.com/2009/06/ironpython-in-action-and-decl...
> and notice that he doesn't comment on what he wants in a GUI toolkit
> for Python.
>
> I sorta' wish he'd just come out and say, "This is what I think would
> be suitable for a GUI toolkit for Python: ...". That way, someone
> could then just come along and implement it. (Or maybe he's said this
> and I missed it?)
>
> So, what *does* Guido want in a GUI toolkit for Python?

FWIW, I created a simple GUI builder module I call pygoo that lets you
create Tkinter GUIs from a simple text "specification".

http://www.pygoo.com/
http://code.google.com/p/pygoo/

Warm regards,
~Simon



More information about the Python-list mailing list