lupa icon indicating copy to clipboard operation
lupa copied to clipboard

Lua in Python

Results 82 lupa issues
Sort by recently updated
recently updated
newest added

Hello, I randomly have the following error, when a python code called from lua raise an exception. TypeError: attribute name must be string, not 'int' ``` File "lupa/lua54.pyx", line 1031,...

Is there any way to use `_ENV` with Lupa? From my testing I've gathered that each call to either `.execute` or `.eval` resets/uses its own `_ENV`, so if you set...