Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed6.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.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'python,': 0.02; 'subject:Python': 0.05; 'scripts': 0.09; 'python': 0.09; 'received :mail-vc0-f174.google.com': 0.09; 'advance.': 0.15; 'ideal.': 0.16; 'two.': 0.16; 'all,': 0.21; 'supposed': 0.21; "haven't": 0.23; 'seems': 0.23; '(which': 0.26; '[1]': 0.27; 'message- id:@mail.gmail.com': 0.27; 'run': 0.28; 'received:209.85.220.174': 0.29; "i'm": 0.29; 'to:addr:python-list': 0.33; 'another': 0.33; 'requirements': 0.33; 'received:google.com': 0.34; 'thanks': 0.34; 'machines': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'tool': 0.36; 'url:org': 0.36; 'stock': 0.36; 'received:209': 0.37; 'far': 0.37; 'data': 0.37; 'to:addr:python.org': 0.39; 'build': 0.39; 'header:Received:5': 0.40; 'between': 0.63; 'receive': 0.71; 'subject:running': 0.84; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=dIOnVv5m5SYbovC+KgJ8LzxrKBryem+/LqibFWXxssw=; b=em/JpVk8EEqSQbe/MF06vDqHRDdvICxjHJY1ysneJqMGUFZvxw3zzN72benbpj1qtO QD7cOjgKal6pp3Vrq1mKn0U+SdCfpg7Rj4bPBTEXrZasp1GxmgoWxVonTSvdynWyUTof wCeK25HtlxMLANn9DB+sqSMwIQq4i3RaSTRm7OPA3UiK8k+0VtygFaLYWROR9OgExtdG ZGGX+vJvc03+zSTyRsc5n2r5QnafgFTTaXo8gnSQs+jiifhG3iNyFli68HwhYP64WC0u uhjagczh3bjsuyZwAsBKAXuMvywD4bE5GnBvMi789hpjTxUlNj0K8vI4QTDc/akdTHdI SFBg== MIME-Version: 1.0 Date: Sun, 2 Sep 2012 10:04:12 +0100 Subject: running Lua in Python From: Arnaud Delobelle To: Python Content-Type: text/plain; charset=UTF-8 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1346576655 news.xs4all.nl 6885 [2001:888:2000:d::a6]:60986 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28250 Hi all, I'm looking for a way to run Lua scripts in Python, and also send and receive data between the two. Something like lunatic-python [1] would be ideal. However, so far I haven't been able to build it on the machines it's supposed to run on (macs with OS X Lion) and it seems to be dormant. My requirements are stock OS X Python (which is 2.7) and Lua 5.2. I'm looking for either a way to make lunatic-python work or another tool that would do the job. Thanks in advance. -- Arnaud [1] http://labix.org/lunatic-python