Skip to content

Conversation

@marcelvanherk
Copy link

Hi,

I fixed these kind of calls in lua (only named arguments, none numbered:

plt.set{title='hi', xaxis='there'}

and this one (reading a computed property from python):

dicomimage.pixel_data.

Please merge, just few lines in pythoninlua.c

Marcel

marcelvanherk and others added 30 commits December 17, 2016 16:06
Use LUA 5.1 if 5.2 doesn't exists on the system
Fix calls with only names arguments and reading attributes
Updated ppa repo links.
Added Python 3.8 to test matrix.
built with rather than guessing it in the source.
This should also fix issue #74.
Added Lua 5.2 to test matrix.
Update README.md to make code blocks render correctly on GitHub
…object_call. Captured any error string from the called function and added it to the lua error being thrown.
…rue/Py_False, without incrementing the reference. Fixed it by calling LuaConvert
Modified function error handling after calling python function in py_…
Made changes to CMakeLists.txt to work with Python3 and Python2
Improve compatibility with LuaJIT
ShalokShalom and others added 2 commits May 7, 2025 10:16
I add syntax highlighting to all examples.

I cared to always choose the right one (Lua/Python)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants