[BangPypers] Reg : Python Scripting

Roshan Mathews rmathews at gmail.com
Wed Dec 9 12:36:09 CET 2009


On Wed, Dec 9, 2009 at 4:34 PM, murugadoss <murugadoss2884 at 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


More information about the BangPypers mailing list