OK, it was really a newbie thing:
import sys
while True:
line = sys.stdin.readline()
process(line)sorry. -- --arutz -- http://mail.python.org/mailman/listinfo/python-list
OK, it was really a newbie thing:
import sys
while True:
line = sys.stdin.readline()
process(line)sorry. -- --arutz -- http://mail.python.org/mailman/listinfo/python-list