Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'develop,': 0.07; 'linux,': 0.07; 'suppose': 0.07; 'rewrite': 0.09; 'windows,': 0.09; 'python': 0.11; 'from:addr:ian': 0.16; 'java.': 0.16; 'subject:GUI': 0.16; 'subject:library': 0.16; 'apps': 0.16; 'url:org)': 0.16; 'wrote:': 0.18; 'library': 0.18; 'app': 0.19; 'stack': 0.19; 'header:User-Agent:1': 0.23; 'header :In-Reply-To:1': 0.27; 'michael': 0.29; 'am,': 0.29; "doesn't": 0.30; 'received:208.97': 0.31; 'received:208.97.132': 0.31; 'received:66.33': 0.31; 'received:66.33.216': 0.31; 'received:66.33.216.122': 0.31; 'received:dreamhost.com': 0.31; 'received:g.dreamhost.com': 0.31; 'received:hapkido.dreamhost.com': 0.31; 'maybe': 0.34; 'received:66': 0.35; 'but': 0.35; 'useful': 0.36; 'received:10': 0.37; 'apple': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'ian': 0.60; 'received:208': 0.61; 'more': 0.64; 'phone': 0.66; 'business': 0.70 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=feete.org; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; s=feete.org; bh=YODdD+D t7pTy/J0dtEtyrsXb6/Y=; b=BIL3KngrpLOViYua6MM2z0HMTzRiVZypMxIe4oB uJ4xX2LrxdoYl26nTdmlMtW1Dwr44t8Z6U6jInjSJZN6cvVkmmCuQXp2BGcuAW0U UaySu0JQDQF16bX8rvFJIYh4thxxv0kIwYzJbYxhtYBYBNJZnkLedWQyymUGen3i 9CtM= Date: Sun, 26 May 2013 22:02:02 +0100 From: Ian Foote User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Future standard GUI library References: <20130522154233.fe5263cb231c375fc60c7c9b@gmx.net> <20130523174145.22a6c46f586b0a1f656d2412@gmx.net> <20130526194310.9cdb1be80b42c7fdf0ba502f@gmx.net> <51A26578.5040402@gmail.com> In-Reply-To: <51A26578.5040402@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369602142 news.xs4all.nl 15959 [2001:888:2000:d::a6]:45236 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46120 On 26/05/13 20:41, Michael Torrie wrote: > On 05/26/2013 11:43 AM, Wolfgang Keller wrote: > > Maybe it would have been faster to develop, but ultimately less useful > and require more development time in the long run. suppose I now want > the app natively on my phone (because that's all the rage). It's an > iPhone. Oh. Apple doesn't support Python. Okay, rewrite the works, > including business logic, in Objective C. Now I want it on my android > phone. Oops rewrite the stack again in Java. > Kivy (http://kivy.org) is a python library that can be used to write python apps for Linux, Windows, MaxOSX, Android and IOS. Regards, Ian F