Answer the question
In order to leave comments, you need to log in
How to run lua script from python?
I need to run a lua script from python. Found this example:
import subprocess
result = subprocess.run(['lua', '-ls', 'test.lua'])
print(result)
File "C:\Users\Admin\AppData\Local\Programs\Python\Python38\lib\subprocess.py", line 1307, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] Не удается найти указанный файл
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question