Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!bcyclone02.am1.xlned.com!bcyclone02.am1.xlned.com!newsfeed.xs4all.nl!newsfeed8.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.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'pypy': 0.07; 'oh,': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'cc:addr:python-list': 0.10; '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; 'laura': 0.18; 'changes': 0.20; 'cc:addr:python.org': 0.21; 'cc:2**1': 0.22; 'java': 0.22; '2015': 0.23; 'normally': 0.23; 'header:In- Reply-To:1': 0.24; '+0200,': 0.27; 'received:se': 0.29; 'subject:development': 0.29; 'environment': 0.29; 'cc:no real name:2**1': 0.29; 'work.': 0.30; 'development.': 0.31; 'subject:?': 0.34; 'but': 0.36; 'too': 0.36; 'url:org': 0.36; 'possible': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'header:Message-Id:1': 0.62; 'great': 0.64; 'present.': 0.72; 'received:89': 0.80; 'actually,': 0.84; 'cecil': 0.84; 'subject:Using': 0.84; 'url:cecilwesterhof': 0.84; 'westerhof': 0.84; 'subject:Android': 0.93 To: Cecil Westerhof cc: python-list@python.org, lac@openend.se From: Laura Creighton Subject: Re: Using Jython for Android development? In-Reply-To: Message from Cecil Westerhof of "Sun, 21 Jun 2015 10:14:15 +0200." <87mvztpjfs.fsf@Equus.decebal.nl> References: <87mvztpjfs.fsf@Equus.decebal.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <30812.1434878790.1@fido> Date: Sun, 21 Jun 2015 11:26:30 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Sun, 21 Jun 2015 11:26:31 +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: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1434878796 news.xs4all.nl 2896 [2001:888:2000:d::a6]:46191 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3611 X-Received-Body-CRC: 2920260237 Xref: csiph.com comp.lang.python:92946 In a message of Sun, 21 Jun 2015 10:14:15 +0200, Cecil Westerhof writes: >I have no experience yet with Jython or Android development. But I was >wondering: would it be possible to write applications for Android with >Jython? You normally use Java for it, but I think I would like Jython >more. :-D > >-- >Cecil Westerhof >Senior Software Engineer >LinkedIn: http://www.linkedin.com/in/cecilwesterhof You cannot use Jython for this at present. PyPy for android coming. (Works great on ARM, but oh, the environment changes to get the libtraries to work. ) In the meatime, use kivy. Actually, use kivy anyway, it is just too much fun. :) http://kivy.org/#home Laura