Newbie: GUI

Fredrik Lundh fredrik at pythonware.com
Thu Jun 27 19:14:22 EDT 2002


"coh" <leaf00 at linuxfreemail.com>:

> Is there a native gui, widget set, for python, or any in the works?

http://www.python.org/doc/FAQ.html#4.13

according to many, tkinter is still the de-facto standard:
    http://www.python.org/topics/tkinter/

if you want to write tkinter-compatible widgets in pure
python, use the Tkinter 3K WCK:
    http://tkinter.effbot.org

search google (or google groups) for more information,
and endless discussions of why toolkit A is better than
toolkit B, or not.

</F>





More information about the Python-list mailing list