[Tutor] how to stop a program in python which is running for long time

Dave Angel d at davea.name
Wed Feb 29 15:39:52 CET 2012


On 02/29/2012 09:33 AM, Debashish Saha wrote:

Press the little X in the corner of the GUI ?

Windows, Linux, or other?   Console app running in the foreground, or a 
background app or gui?

In Linux, you can either do a Ctrl-C  or Ctrl-\  if the process is 
running in a terminal window, or a combination of ps and kill if not.



-- 

DaveA



More information about the Tutor mailing list