我通过lua脚本调用python:
for i=2000,2018 do
--prepare settings file for python
os.execute("C:\\InstallPython\\python.exe C:\\py+lua\\parser.py")
--work with database downloaded by python
end
一切正常,但是每次Lua执行python脚本时,我都会看到烦人的窗口
我该怎么做
由于此处描述的问题,Lunatic Python对我不起作用:https://github.com/bastibe/lunatic-python/issues/67