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


Groups > comp.lang.python > #4268 > unrolled thread

Re: Python 3.2 Tkinter and TTK

Started byDavid Phillips <23b7d5i@gmail.com>
First post2011-04-28 16:19 -0500
Last post2011-04-28 16:19 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

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

#4268 — Re: Python 3.2 Tkinter and TTK

FromDavid Phillips <23b7d5i@gmail.com>
Date2011-04-28 16:19 -0500
SubjectRe: Python 3.2 Tkinter and TTK
Message-ID<mailman.963.1304025599.9059.python-list@python.org>
> 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web