From: Albert Hopkins on
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
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



First  |  Prev  | 
Pages: 1 2
Prev: Call Signtool using python
Next: Queue peek?