unni.tallman wrote:

> how can i read input from stdin, char by char, i want to get the
> character as soon as it is entered, without having to press 'Enter'
> after each character.

related FAQ entries:

http://pyfaq.infogami.com/how-do-i-get-a-single-keypress-at-a-time
http://pyfaq.infogami.com/how-do-i-check-for-a-keypress-without-blocking

(they should probably link to each other ;-)

</F>

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

Reply via email to