On Wed, Dec 9, 2009 at 4:34 PM, murugadoss <murugadoss2...@gmail.com> wrote:
> But since the thread is waiting for input ( in a while loop ), the control
> is not coming to next line of the script. (ie: to input arguments line).
>
> Sample Script:
> os.system(my program)
> child.sendline(input arguments)

subprocess: http://docs.python.org/library/subprocess.html
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to