I\'ve searched in a lot of places but I can\'t seem to get the keywords correct. I have a stalling process in Python in Sublime that causes the beachball of death on a Mac. I ca
This answer is specific to python and windows. I am not sure if there is a mac equivalent.
A running python script can be terminated from the task manager. Use Ctrl+Shift+esc
to open the Task Manager. Go to the processes
tab and kill python.exe
by simply pessing del
. This would only terminate the script and leave sublime untouched.