Re: running Lua in Python

2012-09-02 Thread Stefan Behnel
Arnaud Delobelle, 02.09.2012 21:17: > On 2 September 2012 19:42, Stefan Behnel wrote: >> Arnaud Delobelle, 02.09.2012 20:34: >>> 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

Re: running Lua in Python

2012-09-02 Thread Arnaud Delobelle
On 2 September 2012 19:42, Stefan Behnel wrote: > Arnaud Delobelle, 02.09.2012 20:34: >> 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

Re: running Lua in Python

2012-09-02 Thread Stefan Behnel
Arnaud Delobelle, 02.09.2012 20:34: > 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

Re: running Lua in Python

2012-09-02 Thread Arnaud Delobelle
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 t

Re: running Lua in Python

2012-09-02 Thread Arnaud Delobelle
On 2 September 2012 10:39, Alec Taylor wrote: > Or you can use a module made for this task: > > http://labix.org/lunatic-python As I said in my original message, I couldn't get this to work. > http://pypi.python.org/pypi/lupa I'll check this out, thanks. -- Arnaud -- http://mail.python.org/m

Re: running Lua in Python

2012-09-02 Thread Stefan Behnel
Arnaud Delobelle, 02.09.2012 11:04: > 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

Re: running Lua in Python

2012-09-02 Thread Alec Taylor
Or you can use a module made for this task: http://labix.org/lunatic-python http://pypi.python.org/pypi/lupa On Sun, Sep 2, 2012 at 7:24 PM, Ian Kelly wrote: > > On Sun, Sep 2, 2012 at 3:04 AM, Arnaud Delobelle wrote: > > Hi all, > > > > I'm looking for a way to run Lua scripts in Python, and

Re: running Lua in Python

2012-09-02 Thread Ian Kelly
On Sun, Sep 2, 2012 at 3:04 AM, Arnaud Delobelle wrote: > 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 s

running Lua in Python

2012-09-02 Thread Arnaud Delobelle
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.