Prev: Call Signtool using python
Next: Queue peek?
From: Albert Hopkins on 2 Mar 2010 18:45 On Tue, 2010-03-02 at 17:32 +0000, MRAB wrote: > The documentation also mentions the 'pty' module. Have you tried that > instead? I tried to use pty.fork() but it also produces the same error. I also tried passing 'r', and 'rb' to fdopen() but it didn't make any difference. -a
From: Albert Hopkins on 2 Mar 2010 18:59
This appears to be Issue 5380[1] which is still open. I've cc'ed myself to that issue. [1] http://bugs.python.org/issue5380 |