I call python from lua script this way:
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
Everything works fine, but I get annoying window every time Lua executes python script
1. Black window appears on each iteration 2. Black window dissapears on each iteration
How can I do it
1. without opening window or 2. call this window one time
Lunatic Python doesnt work for me due to problem described here: https://github.com/bastibe/lunatic-python/issues/67