lupa
lupa copied to clipboard
Lua in Python
Provides CI for #222.
With no wheels for 3.11 available, building the tarball is needed. The included generated C file from Cython is not compatible with 3.11, re-generating it with a newer Cython is...
Hello, I stumble upon limitation of lupa library. I some cases already created `lua_State` required to be used. But there is no possibility to pass pointer to `lua_State` in `LuaRuntime`....
Closes #211.
When I attempt to build the current git master on linux, I get a link error: ``` /usr/bin/ld: /tmp/pip-req-build-qmhpkr3b/third-party/luajit20/src/libluajit.a(lj_err.o): relocation R_X86_64_TPOFF32 against `static_uex' can not be used when making a...
Hi all, we would need some help regarding an issue we've been seeing in our lupa related code: ``` File "lupa/_lupa.pyx", line 308, in lupa._lupa.LuaRuntime.execute File "lupa/_lupa.pyx", line 1324, in...
Fixes #137
I'm working on a module that emulates a game's load process, which uses Lua which I parse using `lupa`. However, the game runs on version 5.2, and lupa seems to...
Closes https://github.com/scoder/lupa/issues/199
MacOS Big Sur 11.4 (Apple M1) lupa version 1.9 ``` $ pip3 show lupa Name: lupa Version: 1.9 Summary: Python wrapper around Lua and LuaJIT Home-page: https://github.com/scoder/lupa Author: Stefan Behnel...