Sorry misread your previous email. So your code is NOT spawning the
process? Where is the code you posted located? Somewhere you can't
control?

p = subprocess.Popen(['watch -n 5 echo "aaa"'],
stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
shell=True).communicate()[0].strip('\n')

Now I am really confused.

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to