how to ask user input a string with a timeout embeded in python on windows machine?
- by 5YrsLaterDBA
want to ask user to input something but not want to wait forever. There is a solution for Linux, http://stackoverflow.com/questions/1335507/keyboard-input-with-timeout-in-python, but I am in windows environment. anybody can help me?