Hello All!
I'am using eric3 IDE under win32 (snapshot 2005-04-10), and have a trouble. I
use this code:
print "enter q to quit, or smthing else to continue"
while not sys.stdin.readline()=="q":
smthing(else)I can't run this code to debug in eric3. The questions are - how to fix it and how to ask user for press a key without troubles with eric? msvcrt.kbhit don't work also. Thank you in advance Alexander, [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list
