import os, subprocess
p = subprocess.Popen(args, stdout = subprocess.PIPE,stderr = subprocess.STDOUT)
05-20 19:23