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: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.06; 'apps,': 0.09; 'plus,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'gui': 0.13; 'around,': 0.16; 'depends.': 0.16; 'different,': 0.16; 'from:addr:behnel.de': 0.16; 'from:addr:stefan_ml': 0.16; 'from:name:stefan behnel': 0.16; 'subject:GUI': 0.16; 'written': 0.17; 'header:In-Reply-To:1': 0.22; 'later': 0.26; 'bit': 0.28; 'stefan': 0.29; 'actually': 0.33; 'to:addr:python-list': 0.34; 'header:X-Complaints-To:1': 0.34; 'header:User-Agent:1': 0.34; '(as': 0.34; 'quite': 0.34; 'using': 0.37; 'received:org': 0.38; 'subject:: ': 0.38; 'something': 0.38; 'case': 0.39; 'should': 0.39; 'header:Mime- Version:1': 0.39; 'subject:with': 0.39; 'to:addr:python.org': 0.39; 'your': 0.60; 'happen': 0.62; 'apps': 0.63; 'received:188': 0.69 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Stefan Behnel Subject: Re: I am fed up with Python GUI toolkits... Date: Wed, 20 Jul 2011 13:31:56 +0200 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: ppp-188-174-53-126.dynamic.mnet-online.de User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 Thunderbird/3.1.11 In-Reply-To: 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: 1311161531 news.xs4all.nl 23847 [2001:888:2000:d::a6]:40349 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:9961 sturlamolden, 20.07.2011 04:12: > Or should modern deskop apps be written with something completely > different, such as HTML5? Depends. For many "desktop" apps, this is actually quite workable, with the additional advantage of having an Internet-/Intranet-ready implementation available in case you happen to need it later on. Plus, you can take advantage of any HTML designers (as in "humans") you happen to have around, whereas you are often a bit on your own when you design a GUI using a toolkit, especially when you want it to work well in a cross-platform way. Stefan