Can I have a running python script(under Windows)being paused in the middle by user , and resume again when user decides ?
There is a main manager program which gen
Have you tried the obvious and print a prompt then read a line from stdin? That will pause your whole script.
What you asked in your original question isn't very clear, so if this doesn't do what you want, can you explain why?