Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28288
| 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 | <arnodel@gmail.com> |
| 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 | <CAJ6cK1bORqCK6mWv7EjUZPNWTwndJMX6gGNKxnxq7BKtrNvqQQ@mail.gmail.com> |
| References | <CAJ6cK1ZeBMiD_XkuwgzOo8fKHqM9CBqwe6rMxOo8T0Jj=0h2fw@mail.gmail.com> <CALwzidk8UL5pV2F=WeEisyHb=_q=XJeE45m4dFK7_BK821J3TA@mail.gmail.com> <CAO+9iGedJsWf=kS8SWA6XBSF+GjA2zciEoQLc4c+DTAh7dZs9g@mail.gmail.com> <CAJ6cK1bORqCK6mWv7EjUZPNWTwndJMX6gGNKxnxq7BKtrNvqQQ@mail.gmail.com> |
| Date | Sun, 2 Sep 2012 19:34:58 +0100 |
| Subject | Re: running Lua in Python |
| From | Arnaud Delobelle <arnodel@gmail.com> |
| To | Alec Taylor <alec.taylor6@gmail.com> |
| Content-Type | text/plain; charset=UTF-8 |
| Cc | Python <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.100.1346610901.27098.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On 2 September 2012 10:49, Arnaud Delobelle <arnodel@gmail.com> wrote: > On 2 September 2012 10:39, Alec Taylor <alec.taylor6@gmail.com> 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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: running Lua in Python Arnaud Delobelle <arnodel@gmail.com> - 2012-09-02 19:34 +0100
csiph-web