Re: [Tutor] "Ctrl-C (unix)" in python

2009-02-18 Thread Jervis Whitley
On Thu, Feb 19, 2009 at 9:44 AM, pa yo wrote: > I am running my Twitter>>Wiki bots in infinite loops but can't find > an easy way to turn them off gracefully once I have started them. At > the moment I have to go into the terminal window where they are > running and type "Ctrl-C". (I am running U

Re: [Tutor] "Ctrl-C (unix)" in python

2009-02-18 Thread John Fouhy
2009/2/19 pa yo : > I am running my Twitter>>Wiki bots in infinite loops but can't find > an easy way to turn them off gracefully once I have started them. At > the moment I have to go into the terminal window where they are > running and type "Ctrl-C". (I am running Ubuntu 8.10 and python 2.5.2)

Re: [Tutor] "Ctrl-C (unix)" in python

2009-02-18 Thread W W
On Wed, Feb 18, 2009 at 4:44 PM, pa yo wrote: > I am running my Twitter>>Wiki bots in infinite loops but can't find > an easy way to turn them off gracefully once I have started them. At > the moment I have to go into the terminal window where they are > running and type "Ctrl-C". (I am running

[Tutor] "Ctrl-C (unix)" in python

2009-02-18 Thread pa yo
I am running my Twitter>>Wiki bots in infinite loops but can't find an easy way to turn them off gracefully once I have started them. At the moment I have to go into the terminal window where they are running and type "Ctrl-C". (I am running Ubuntu 8.10 and python 2.5.2) I was thinking that I cou