Re: Background subprocess help?

2009-05-24 Thread Piet van Oostrum
danshumaker dan.shuma...@comcast.net (d) wrote: d Hi, d I'm trying to do something as simple as this: d sleep 10; mail -s test dans communicate_with_process d which executes immediately because it is backgrounded with . d or more generically in english: d do some long process in the

Background subprocess help?

2009-05-22 Thread danshumaker
on modules to try or quick subprocess commands that work? This came close http://docs.python.org/library/subprocess.html#replacing-shell-pipeline but no cigar too. Thank you so much for any help or suggestions. -d -- View this message in context: http://www.nabble.com/Background-subprocess-help