Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #11031
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python@bdurham.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; '2.7': 0.04; 'wxpython': 0.07; 'python': 0.08; 'all?': 0.09; 'from:addr:python': 0.09; 'message-id:@webmail.messagingengine.com': 0.09; 'throw': 0.09; 'to:addr:comp.lang.python': 0.09; 'x-mailer:messagingengine.com webmail interface': 0.09; 'gui': 0.13; 'library': 0.15; 'from:addr:bdurham.com': 0.16; 'subject:WxPython': 0.16; 'received:internal': 0.18; 'to:2**1': 0.20; 'maybe': 0.21; 'header :In-Reply-To:1': 0.22; 'weight': 0.23; 'enhancements': 0.23; 'received:10.202': 0.23; 'received:10.202.2': 0.23; 'received:66.111': 0.23; 'received:66.111.4': 0.23; 'received:messagingengine.com': 0.23; 'received:smtp.messagingengine.com': 0.23; 'malcolm': 0.30; "isn't": 0.33; 'to:addr:python-list': 0.33; 'to:no real name:2**1': 0.35; 'charset:us-ascii': 0.36; 'development.': 0.38; 'allows': 0.38; 'subject:: ': 0.39; 'missing': 0.39; 'to:addr:python.org': 0.39; 'header:Message-Id:1': 0.61; 'from:no real name:2**0': 0.63; 'industry.': 0.67; 'commercial': 0.70; 'serious': 0.78; 'one).': 0.84; 'todays': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=eJVVysupqSFa3icWNZo6r4cAkdk=; b=lW6 PEGL6QD34AAm9VmE8pcSLCsYbPyC7HJNtjtX1LuXDoqKRssv4Ce+vFe6ofYOIcAe ddKAJk3CefBZ9AOw7SmFtme+kzckUEbB5INoyUSxTC/kTR/E8pp17Musp9aVgxr/ UY8wyLOhkR4UeBliAZl355U51gv4vTPB1mgtkO1o= |
| X-Sasl-Enc | 2RvDCQ4W6lZGLBnoFDJbHJzshTKsjPkNOdBNVy5ieZZr 1312798225 |
| From | python@bdurham.com |
| To | comp.lang.python@googlegroups.com, python-list@python.org |
| MIME-Version | 1.0 |
| Content-Transfer-Encoding | 7bit |
| Content-Type | text/plain; charset="us-ascii" |
| X-Mailer | MessagingEngine.com Webmail Interface |
| In-Reply-To | <b06f7a6e-79c1-4b50-bd9a-c9a1784eff9f@glegroupsg2000goo.googlegroups.com> |
| References | <b06f7a6e-79c1-4b50-bd9a-c9a1784eff9f@glegroupsg2000goo.googlegroups.com> |
| Subject | Re: WxPython and TK |
| Date | Mon, 08 Aug 2011 06:10:25 -0400 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2027.1312798233.1164.python-list@python.org> (permalink) |
| Lines | 15 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1312798233 news.xs4all.nl 23947 [2001:888:2000:d::a6]:47479 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:11031 |
Show key headers only | View raw
Azrael, > Isn't it maybe time to throw out TK once and for all? Python is missing one of the most important aspects of todays IT industry. GUI development native library (I mean a serious one). Check out enhancements to Tk like Ttk included in Python 2.7 and 3.1 and above. http://www.tkdocs.com/tutorial/styles.html Tk/Ttk is a much lighter weight GUI than wxPython and allows for commercial quality, cross-platform GUI development. Malcolm
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
WxPython and TK azrael <jura.grozni@gmail.com> - 2011-08-07 17:26 -0700 Re: WxPython and TK Ian Kelly <ian.g.kelly@gmail.com> - 2011-08-07 22:29 -0600 Re: WxPython and TK Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2011-08-08 18:06 +1200 Re: WxPython and TK Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-08 16:37 +1000 Re: WxPython and TK ln4 <joepie@linux.nl> - 2011-08-08 08:46 +0200 Re: WxPython and TK python@bdurham.com - 2011-08-08 06:10 -0400 Re: WxPython and TK Philip Semanchuk <philip@semanchuk.com> - 2011-08-08 11:49 -0400 Re: WxPython and TK gb@como.it - 2011-08-09 13:12 +0200
csiph-web