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: 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: References: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 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