Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54135
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.006 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'output': 0.05; 'subject:Python': 0.06; 'canvas': 0.07; 'tkinter': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'gui': 0.12; 'jan': 0.12; '8.5,': 0.16; 'compare.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'subject:GUI': 0.16; 'walzer': 0.16; 'extensions': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'looked': 0.18; 'widget': 0.19; 'input': 0.22; 'otherwise,': 0.22; 'header:User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'kevin': 0.30; '(possibly': 0.31; 'text': 0.33; 'display': 0.35; 'but': 0.35; 'add': 0.35; 'idle': 0.36; 'subject:?': 0.36; 'behind': 0.37; 'two': 0.37; 'to:addr:python- list': 0.38; 'pm,': 0.38; 'does': 0.39; 'support,': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'even': 0.60; 'most': 0.60; 'introduced': 0.61; 'received:173': 0.61; 'simple': 0.61; 'email addr:gmail.com': 0.63; 'real': 0.63; 'become': 0.64; 'more': 0.64; 'improvement.': 0.68; 'everything.': 0.84; 'received:fios.verizon.net': 0.84; 'surpasses': 0.84; 'themed': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Terry Reedy <tjreedy@udel.edu> |
| Subject | Re: Python GUI? |
| Date | Fri, 13 Sep 2013 15:47:00 -0400 |
| References | <1a8b14b3-85f3-4515-ba43-9b40e1a89f1d@googlegroups.com> <l0v3sn$3uf$1@dont-email.me> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | pool-173-75-251-66.phlapa.fios.verizon.net |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 |
| In-Reply-To | <l0v3sn$3uf$1@dont-email.me> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.363.1379101639.5461.python-list@python.org> (permalink) |
| Lines | 21 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1379101639 news.xs4all.nl 15925 [2001:888:2000:d::a6]:34180 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:54135 |
Show key headers only | View raw
On 9/13/2013 9:27 AM, Kevin Walzer wrote: > On 9/11/13 4:55 PM, eamonnrea@gmail.com wrote: >> Tkinter -- Simple to use, but limited > > With the themed widget introduced in Tk 8.5, Tkinter is now a peer to > the other GUI toolkits in most respects, surpasses them in some (canvas > widget), and lags behind in just two areas: printing (several > platform-specific solutions but no cross-platform API) and HTML display > (a few extensions but no standard widget set). I would add the ancient and limited image support, both for input and canvas output. Modern SVG output instead of ancient (possibly buggy) PostScript would be a real improvement. Otherwise, I have become more impressed with the text widget as I have studied the Idle code. Even that does not use everything. I have not looked at the text widget in other guis to compare. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python GUI? eamonnrea@gmail.com - 2013-09-11 13:55 -0700
Re: Python GUI? Michael Torrie <torriem@gmail.com> - 2013-09-11 23:05 -0600
Re: Python GUI? eamonnrea@gmail.com - 2013-09-12 09:03 -0700
Re: Python GUI? Robert Kern <robert.kern@gmail.com> - 2013-09-12 17:23 +0100
Re: Python GUI? Dave Cook <davecook@nowhere.net> - 2013-09-12 18:50 +0000
Re: Python GUI? Dave Cook <davecook@nowhere.net> - 2013-09-12 21:36 +0000
Re: Python GUI? Benjamin Kaplan <benjamin.kaplan@case.edu> - 2013-09-12 09:51 -0700
Re: Python GUI? rusi <rustompmody@gmail.com> - 2013-09-17 07:55 -0700
Re: Python GUI? Benjamin Kaplan <benjamin.kaplan@case.edu> - 2013-09-17 09:19 -0700
Re: Python GUI? rusi <rustompmody@gmail.com> - 2013-09-17 09:51 -0700
Re: Python GUI? Benjamin Kaplan <benjamin.kaplan@case.edu> - 2013-09-17 10:57 -0700
Re: Python GUI? Michael Torrie <torriem@gmail.com> - 2013-09-18 14:10 -0600
Re: Python GUI? Michael Torrie <torriem@gmail.com> - 2013-09-12 21:02 -0600
Re: Python GUI? eamonnrea@gmail.com - 2013-09-13 11:23 -0700
Re: Python GUI? Michael Torrie <torriem@gmail.com> - 2013-09-13 22:03 -0600
Re: Python GUI? Wolfgang Keller <feliphil@gmx.net> - 2013-09-14 19:15 +0200
Re: Python GUI? Dave Cook <davecook@nowhere.net> - 2013-09-15 22:13 +0000
Re: Python GUI? Michael Torrie <torriem@gmail.com> - 2013-09-12 21:18 -0600
Re: Python GUI? Dave Cook <davecook@nowhere.net> - 2013-09-12 18:35 +0000
Re: Python GUI? Jerry Hill <malaclypse2@gmail.com> - 2013-09-12 13:09 -0400
Re: Python GUI? Ian Foote <ian@feete.org> - 2013-09-12 21:17 +0100
Re: Python GUI? Peter <peter.milliken@gmail.com> - 2013-09-12 20:39 -0700
Re: Python GUI? Michael Torrie <torriem@gmail.com> - 2013-09-12 22:15 -0600
Re: Python GUI? CM <cmpython@gmail.com> - 2013-09-12 22:14 -0700
Re: Python GUI? Kevin Walzer <kw@codebykevin.com> - 2013-09-13 09:27 -0400
Re: Python GUI? Terry Reedy <tjreedy@udel.edu> - 2013-09-13 15:47 -0400
Re: Python GUI? eamonnrea@gmail.com - 2013-09-13 10:31 -0700
Re: Python GUI? John Gordon <gordon@panix.com> - 2013-09-13 18:39 +0000
Re: Python GUI? Joe Junior <joe.fbs.junior@gmail.com> - 2013-09-13 15:49 -0300
Re: Python GUI? eamonnrea@gmail.com - 2013-09-13 12:37 -0700
Re: Python GUI? Joe Junior <joe.fbs.junior@gmail.com> - 2013-09-13 16:50 -0300
Re: Python GUI? eamonnrea@gmail.com - 2013-09-13 13:40 -0700
Re: Python GUI? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-09-14 00:21 +0000
Re: Python GUI? eamonnrea@gmail.com - 2013-09-13 17:38 -0700
Re: Python GUI? Ben Finney <ben+python@benfinney.id.au> - 2013-09-14 11:23 +1000
Re: Python GUI? eamonnrea@gmail.com - 2013-09-14 04:54 -0700
Re: Python GUI? Chris Angelico <rosuav@gmail.com> - 2013-09-14 22:07 +1000
Re: Python GUI? Dave Angel <davea@davea.name> - 2013-09-14 02:05 +0000
Re: Python GUI? Neil Cerutti <neilc@norwich.edu> - 2013-09-13 19:56 +0000
Re: Python GUI? eamonnrea@gmail.com - 2013-09-13 13:40 -0700
Re: Python GUI? llanitedave <llanitedave@veawb.coop> - 2013-09-18 19:47 -0700
Re: Python GUI? petmertens@gmail.com - 2013-09-13 10:51 -0700
Re: Python GUI? Metallicow <metaliobovinus@gmail.com> - 2013-09-20 11:34 -0700
Re: Python GUI? Michael Torrie <torriem@gmail.com> - 2013-09-20 13:49 -0600
Re: Python GUI? Metallicow <metaliobovinus@gmail.com> - 2013-09-20 12:58 -0700
Re: Python GUI? Michael Torrie <torriem@gmail.com> - 2013-09-20 16:49 -0600
Re: Python GUI? Robert Kern <robert.kern@gmail.com> - 2013-09-21 00:34 +0100
csiph-web