I want to listen to the output of a program written in AutoIT. I start the program with :
p = Popen(shlex.split(args),stdout=PIPE, stdin=PIPE, bufsize=1) <
p = Popen(shlex.split(args),stdout=PIPE, stdin=PIPE, bufsize=1)