ingojahn

Results 3 comments of ingojahn

Good question. No idea. Do you mean the python.lua file that is included in the lunatic-python (v1.0) repository? This python.lua file is called by > require 'python' and has suitable...

In that case I am very confused. I have downloaded a copy of the repository zip and it correctly builds the two file lua-python.so and lua.so. At no stage is...

For macosx the command is`otool -L lua-python.so` The output is: lua-python.so: /usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Python (compatibility version 2.7.0, current version 2.7.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1238.51.1) `which lua` /usr/local/bin/lua `which python`...