[issue3335] subprocess lib - opening same command fails

2008-07-14 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- resolution: -> invalid status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3335] subprocess lib - opening same command fails

2008-07-14 Thread Justin Harper
Justin Harper <[EMAIL PROTECTED]> added the comment: Further research reveals that the problem appears to be with the gtk.Assistant class in PyGTK 2.10, not the subprocess lib. Report can be closed. ___ Python tracker <[EMAIL PROTECTED]>

[issue3335] subprocess lib - opening same command fails

2008-07-13 Thread Gregory P. Smith
Gregory P. Smith <[EMAIL PROTECTED]> added the comment: I am unable to reproduce this (using release24-maint on OS X 10.4). the script I used is attached. Does this script fail for you? If not, please upload something that fails. -- nosy: +gregory.p.smith Added file: http://bugs.pytho

[issue3335] subprocess lib - opening same command fails

2008-07-10 Thread Justin Harper
Justin Harper <[EMAIL PROTECTED]> added the comment: Correction: line two should actually be: self.output = fout.readlines() The bug still exists with this change. ___ Python tracker <[EMAIL PROTECTED]>

[issue3335] subprocess lib - opening same command fails

2008-07-10 Thread Justin Harper
New submission from Justin Harper <[EMAIL PROTECTED]>: When I make the same shell call a second time, a weird error occurs. It appears that the system is caching the call and then returning the same object the second time, which causes a problem because the stream is at EOF and there is no wa