Brendan Miller <[EMAIL PROTECTED]> wrote:
>  On Fri, 02 May 2008 13:25:55 +1000, Ben Finney wrote:
> 
> > URL:http://docs.python.org/lib/module-subprocess.html
> 
>  Awesome. This is exactly what I was hoping existed.

subprocess works well for spawn process, send input, receive output,
read exit code type jobs.

For jobs which require interactivity ie send input, receive output,
send input, receive output, ... it doesn't work well.  There isn't a
good cross platform solution for this yet.  pyexpect works well under
unix and is hopefully being ported to windows soon.

-- 
Nick Craig-Wood <[EMAIL PROTECTED]> -- http://www.craig-wood.com/nick
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to