[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Python API options?
- From: Alex Bradbury <asb@...>
- Date: Tue, 8 Mar 2011 13:21:30 +0000
On 8 March 2011 13:04, Patrick Mc(avery
<spell_gooder_now@spellingbeewinnars.org> wrote:
> I found Lunatic-Python
>
> http://niemeyer.net/lunatic-python
>
> but it does not seem to build out of the box and I fear this approach may
> have been abandoned. I believe io.popen is just one way in Lua, so I am
> assuming this is not a great solution or is there a two way approach?. Does
> anyone have any tips on using Python with Lua or perhaps other workarounds
> to access the large library base?
I haven't tried to use it, but Lupa seems to be the most
actively-developed option (though is targeted more towards the Python
community wanting to leverage LuaJIT):
http://pypi.python.org/pypi/lupa/
There's also ltcltk (http://tset.de/ltcltk/) to bind to tcl, which has
some good libraries.
Alex