On Wed, Aug 4, 2010 at 9:38 PM, loial <jldunn2...@gmail.com> wrote:
> I have also been trying to get the return code and standard error.

p = Popen("..., stderr=PIPE)

Look up the docs for subprocess.Popen

cheers
James

-- 
-- James Mills
--
-- "Problems are solved by method"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to