I\'m trying to get output of another script, using Python\'s subprocess.Popen like follows
subprocess.Popen
process = Popen(command, stdout=PIPE, shell=True) exitc
read() waits for EOF before returning.
You can: