To run a process and read all of its output, set the stdout value to PIPE and call communicate(). import subprocess print '\nread:' proc = subprocess.
確定! 回上一頁