[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

[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]> <http://bugs.pytho

[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 PROTECTE