Hi,<BR><BR>I wrote a script. But I want to program a pause into it. <BR><BR>I want the script to prompt the user to hit enter before continuing on wiht the rest of the Python Script.<BR><BR>I found ...
I have worker thread(s) that use the logger. In the main thread, I occasionally need to ask the user to take some action. Which means I need to suppress the logger from actually printing until the ...