在没有烦人的窗口的情况下调用python

时间:2018-10-13 08:06:02

标签: python lua

我通过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脚本时,我都会看到烦人的窗口

1。黑色窗口出现在每次迭代2中。黑色窗口消失在每次迭代中

我该怎么做

1。而不打开窗口或2.一次调用此窗口

由于此处描述的问题,Lunatic Python对我不起作用:https://github.com/bastibe/lunatic-python/issues/67

0 个答案:

没有答案