Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: <23b7d5i@gmail.com> X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.038 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'subject:Python': 0.04; '3.2': 0.07; 'python': 0.07; 'libs': 0.09; 'received:209.85.160.174': 0.09; 'received:mail- gy0-f174.google.com': 0.09; 'tkinter': 0.09; 'gui': 0.14; '(implemented': 0.16; 'phillips': 0.16; 'places.': 0.16; 'wrote': 0.25; 'david': 0.27; 'received:209.85.160': 0.28; 'error': 0.29; 'list': 0.30; 'this.': 0.30; 'edited': 0.31; 'programm': 0.31; 'to:addr:python-list': 0.32; 'done,': 0.33; 'fairly': 0.33; 'received:192.168.1': 0.34; 'received:192': 0.34; 'skip:- 80': 0.35; 'publishers': 0.35; 'think': 0.36; 'charset:us-ascii': 0.36; 'received:192.168': 0.37; 'received:209.85': 0.37; 'reality': 0.38; 'received:google.com': 0.38; 'but': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'header:Mime- Version:1': 0.39; 'header:Received:5': 0.40; 'performance.': 0.60; 'learn': 0.60; 'header:Message-Id:1': 0.62; 'perfect': 0.62; 'free': 0.62; 'took': 0.64; 'pleased': 0.68; 'trial': 0.72; 'appearance,': 0.84; 'boxes,': 0.84; 'sadness': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:content-type:content-transfer-encoding :subject:date:message-id:to:mime-version:x-mailer; bh=G5ok6Fb4UoljrbM7TErft1Vz8q2+yj+4EfrIehiSwpY=; b=iXsdP+E6NPtbCIuHY/n20JgEEbteZxglF4O33918+r3uwhK/nxCI7R4ri91X/iUiqa igAXXqQ+FFLmGULCzW+7Ys1+n0jsK4Lif4soah87hhvCINcx87ri/TnrQd2j2Wx2zLXL ld9t1qyWn0v5ZXdEU2R80rORy9bkMEbOXZOkw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=VEPH36qtGsVqazLY1JTbtocGXGExZHDdKCWU6xFHJzYiZqm6al1Aqgk8NrFw0VOvtW cxdn+nT9qbE0p9PqbCDLq4TWWf/08bks1pgFNoKeOfOZ29lHIyITbIg2r6+FOd5OWaQU 1U3IDwf2I+mj63Xe2WE2V2Ynyg+JdmyRXQ5oc= From: David Phillips <23b7d5i@gmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: Python 3.2 Tkinter and TTK Date: Thu, 28 Apr 2011 16:19:53 -0500 To: python-list@python.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 21 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1304025599 news.xs4all.nl 81473 [::ffff:82.94.164.166]:53710 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4268 > 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. >=20 > = --------------------------------------------------------------------------= ------------- > Jayme Proni Filho >=20 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=