Tagged Questions
0
votes
0answers
84 views
What does windows error 0 “ERROR_SUCCESS” mean?
I've written a python program which read a stdout of another process by the pipe redirection.
However, the program sucks in this line:
print "[Input Thread] ", self.inputPipe.readline(ii)
The error ...