real time subprocess.Popen via stdout and PIPE

前端 未结 8 1449

I am trying to grab stdout from a subprocess.Popen call and although I am achieving this easily by doing:

cmd = subprocess.Popen(\'         


        
8条回答
提交回复
热议问题