python-lua icon indicating copy to clipboard operation
python-lua copied to clipboard

Ignoring things not defined

Open felipedaragon opened this issue 5 years ago • 0 comments

This is a very interesting project, Dmitrii!

Is there a way to make the translator ignore things missing in the code and generate a translation anyway?

I wanted to code in Python the use of functions from binary Lua modules (C Lib), and then after translating they would of course be executed and loaded by Lua. But I get errors saying that this or that "is not defined" and the import will also try to locate a local Python script, so the compilation fails

felipedaragon avatar Dec 14 '20 00:12 felipedaragon