Kodi Community Forum

Full Version: script python slow response
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can not find a solution, why is slow response on script python?
I use next command

Quote:<onclick>RunScript(special://skin/system/0300030/System_Run/Gears of War 3.py)</onclick>

usually l wait for a response about 40 seconds to 1 minute

This is the content of script

Quote:import subprocess
subprocess.call(["C:\XONE\Xbmc commander\Gears of War 3.exe"])


Thanks to all comments and possible solutions.