Thanks, but when I try to read the stream using read(), the script just
keeps on going and does not stop. When i press ctrl + c, the script
shows thsi (top of error taken off):
  File "modules/runpython.py", line 88, in runModule
    sys.stdin = self.rfile.read()
  File
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/socket.py",
line 283, in read
    data = self._sock.recv(recv_size)
KeyboardInterrupt

Any ideas?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to