Re: [Tutor] how to stop a program in python which is running for long time , I am using windows

2012-02-29 Thread bob gailer
GUI - task manager cmd line - taskkill " running for long time" is relative and irrelevant. Above stops regardless. -- Bob Gailer 919-636-4239 Chapel Hill NC ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http:/

[Tutor] how to stop a program in python which is running for long time , I am using windows

2012-02-29 Thread Debashish Saha
___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

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

2012-02-29 Thread Dave Angel
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 com

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

2012-02-29 Thread col speed
I'm not sure in windows, but in Linux, press Ctrl_C On 29 February 2012 21:33, Debashish Saha wrote: > > ___ > Tutor maillist  -  Tutor@python.org > To unsubscribe or change subscription options: > http://mail.python.org/mailman/listinfo/tutor _

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

2012-02-29 Thread Debashish Saha
___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor