Praveen Pathiyil <praveen.pathiyil at wipro.com> wrote in comp.lang.python: > I am trying to capture the output written to the stdout during an > os.system() call. ( BTW i am trying to invoke the system tftp through > os.system().) This is what os.popen() is for. -- Remco Gerlich