most popular gui framework for python
Ben Finney
ben+python at benfinney.id.au
Wed Aug 11 20:00:36 EDT 2010
More information about the Python-list mailing list
Wed Aug 11 20:00:36 EDT 2010
- Previous message (by thread): most popular gui framework for python
- Next message (by thread): most popular gui framework for python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Back9 <backgoodoo at gmail.com> writes: > Does anyone know of what is the most popular gui framework for python > application? The Python standard library comes with one, Tkinter <URL:http://docs.python.org/library/tkinter.html>. Recently the Tix extension is also available in the standard library <URL:http://docs.python.org/library/tix.html> bringing much richer and better-looking widgets to Tk. -- \ “Dvorak users of the world flgkd!” —Kirsten Chevalier, | `\ rec.humor.oracle.d | _o__) | Ben Finney
- Previous message (by thread): most popular gui framework for python
- Next message (by thread): most popular gui framework for python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list