I am trying to run the following python server under windows:
\"\"\" An echo server that uses select to handle multiple clients at a time. Entering any line
Of course and the answers given are right... you just have to remove the sys.stdin from the input but still use it in the iteration:
for s in inputready+[sys.stdin]: