Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #4268

Re: Python 3.2 Tkinter and TTK

From David Phillips <23b7d5i@gmail.com>
Subject Re: Python 3.2 Tkinter and TTK
Date 2011-04-28 16:19 -0500
Newsgroups comp.lang.python
Message-ID <mailman.963.1304025599.9059.python-list@python.org> (permalink)

Show all headers | View raw


> If you want to programm GUI's it is better for you learn Qt or GTK. They are so much better than tkinter.
> I told this with sadness because I like free things, but the reality is not like this. This libs are in all places.
> 
> ---------------------------------------------------------------------------------------
> Jayme Proni Filho
> 

My experience with tkinter and Python 3.2 is more positive. I wrote a GUI for an editing program (editing like publishers think of it, not programmers) that was fairly complex with three different list boxes, an information pane, a toolbar, and a pane for the text being edited (implemented with a Text widget).  Admittedly it took a little trial and error to perfect the layout of the various frames, but when it was done, I was pleased with the appearance, functionality, and performance.

David Phillips

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Python 3.2 Tkinter and TTK David Phillips <23b7d5i@gmail.com> - 2011-04-28 16:19 -0500

csiph-web