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
You can see how to deal with hanging reading of stdout/stderr in the next sources:
readingproc