Message3345

Author cheeming
Recipients cheeming
Date 2008-07-17.12:35:25
SpamBayes Score 0.1683021
Marked as misclassified No
Message-id <1216298126.29.0.697711616639.issue1078@psf.upfronthosting.co.za>
In-reply-to
Content
I have the following code:

    proc = popen2.Popen3(cmdline, capturestderr=True)
    pid = proc.pid

And I get the following error:
AttributeError: 'instance' object has no attribute 'pid'
History
Date User Action Args
2008-07-17 12:35:26cheemingsetspambayes_score: 0.168302 -> 0.1683021
recipients: + cheeming
2008-07-17 12:35:26cheemingsetspambayes_score: 0.168302 -> 0.168302
messageid: <1216298126.29.0.697711616639.issue1078@psf.upfronthosting.co.za>
2008-07-17 12:35:25cheeminglinkissue1078 messages
2008-07-17 12:35:25cheemingcreate