Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:89.233': 0.16; 'received:89.233.217': 0.16; 'received:89.233.217.133': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'url:guide': 0.16; 'app': 0.16; 'laura': 0.18; 'windows': 0.20; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'see:': 0.22; 'sat,': 0.23; 'header:In-Reply-To:1': 0.24; 'compatible': 0.27; 'received:se': 0.29; 'windows,': 0.29; 'cc:no real name:2**1': 0.29; 'work.': 0.30; 'somebody': 0.30; "i'd": 0.31; 'url:org': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'architecture': 0.38; 'your': 0.60; 'header:Message-Id:1': 0.61; 'jul': 0.72; 'received:89': 0.80; 'cellphone': 0.91 To: Ulli Horlacher cc: python-list@python.org, lac@openend.se From: Laura Creighton Subject: Re: beginners choice: wx or tk? In-Reply-To: Message from Ulli Horlacher of "Sat, 11 Jul 2015 16:01:05 -0000." References: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <28897.1436636237.1@fido> Date: Sat, 11 Jul 2015 19:37:17 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Sat, 11 Jul 2015 19:37:23 +0200 (CEST) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 1436636249 news.xs4all.nl 2955 [2001:888:2000:d::a6]:51462 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:93698 In a message of Sat, 11 Jul 2015 16:01:05 -0000, Ulli Horlacher writes: >> I'd also recommend kivy, which has the added advantage that if >> somebody wants to use your app from a cellphone or a tablet, it >> will just work. see: http://kivy.org/#home > >Is it compatible with pyinstall? >My main target architecture is Windows, for which I need a standalone >executable. Kivy has its own way to make standalone windows executables, which uses pyinstallers. see: http://kivy.org/docs/guide/packaging.html Laura