lpr via subprocess in 2.4

James Mills prologic at shortcircuit.net.au
Wed Aug 4 07:50:24 EDT 2010


On Wed, Aug 4, 2010 at 9:38 PM, loial <jldunn2000 at 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"



More information about the Python-list mailing list