I'm trying to use the lua bindings library provided by nimble but even this fails:
import lua
output:
could not import: lua_equal
lua version (might I need to use a different version?):
$ lua -v
Lua 5.2.3 Copyright (C) 1994-2013 Lua.org, PUC-Rio
Does anyone have any idea why?
Does not work for me either with Lua 5.2.3_1 (OS X installed by Homebrew).
Same error as bozaloshtsh reports.
But I can install Lua 5.1.5 (brew install lua51) and it works with the nimble package.
Module itself shows a deprecation warning. I did not anymore testing.