Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python,': 0.02; 'url:pypi': 0.03; 'subject:Python': 0.05; 'received:mail- vc0-f174.google.com': 0.09; 'cc:addr:python-list': 0.10; 'simplest': 0.16; 'wrote:': 0.17; 'thanks.': 0.21; 'seems': 0.23; 'cc:2**1': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'cc:addr:gmail.com': 0.27; 'message- id:@mail.gmail.com': 0.27; 'run': 0.28; 'received:209.85.220.174': 0.29; 'url:python': 0.32; 'received:google.com': 0.34; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'url:org': 0.36; 'child': 0.36; "i'll": 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'build': 0.39; 'header:Received:5': 0.40; 'more': 0.63; 'alec': 0.84; 'process...': 0.84; 'subject:running': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=gWHBKWjROwyPtXq5biImKnAaxd7GamDQdjuu2497AOk=; b=rd9zzCrByuYb0zdBeJ4l2eRYMiWSEuGlhLEQmrdxoHSHLbp0rmfqFPBen2APGWcia6 2dSOdNljtASazdvApJO/2BKSDf/53lDQzop+nVHUgcjRibWWeyCT34IQDjN4JivVXIC+ lo8PHO0QjcVox8Kn1uCK4M5wEhS5cVwNcvnpcvXx1kj3aYh2bcpJ6krLf1TdQjY7fbHc NdqT/MAYkusEiLYtRIlfgZji0pden64tpdwZejw7XNkx1DLsdm+WVJA0MUkENx/ooTZU pEUUCx+IGgSKR/f+x33hf3RyBQ75QIipt7PcmROWbxnvpRkH4RlOcclPJCAdC2Ku98cH aEig== MIME-Version: 1.0 In-Reply-To: References: Date: Sun, 2 Sep 2012 19:34:58 +0100 Subject: Re: running Lua in Python From: Arnaud Delobelle To: Alec Taylor Content-Type: text/plain; charset=UTF-8 Cc: Python 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1346610901 news.xs4all.nl 6879 [2001:888:2000:d::a6]:44299 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28288 On 2 September 2012 10:49, Arnaud Delobelle wrote: > On 2 September 2012 10:39, Alec Taylor wrote: >> http://pypi.python.org/pypi/lupa > > I'll check this out, thanks. Mmh it seems to be lua 5.1 and more importantly it seems to require a custom build of Python, which I don't want. So it seems the simplest solution is to run Lua in a child process... -- Arnaud