Here is the patch. It fixes the problem, remove the deprecated os.system functions and replace them with subprocess.Popen and subprocess.call.
Here is the patch. It fixes the problem, remove the deprecated os.system functions and replace them with subprocess.Popen and subprocess.call.