in reply to Re^2: Interrupting a loop
in thread Interrupting a loop
The reason I wanted CNTR-C to work was that the Buttons on my Tk GUI would not respond when the loop was processing.
I now have found that using the Tk repeat for the loop means that I can use the Buttons.
So the solution was even better than I first thought.