os.popen3 delivers no error exist status ?

wittempj@hotmail.com martin.witte at gmail.com
Thu Mar 2 12:52:06 EST 2006


As allternative you might want to try the commands.getstatusoutput()
method, it returns a tuple with the exit code and output of the command
you run, see http://docs.python.org/lib/module-commands.html




More information about the Python-list mailing list