sending ctrl C to a program

s99999999s2003 at yahoo.com s99999999s2003 at yahoo.com
Tue Mar 28 21:15:03 EST 2006


hi
i have a program that works very similar to tail -f in Unix
It will need a Ctrl-C in order to break out of the program.
I wish to run this program using python (either thru os.system() or
some other subprocess modules) and how can i pass Ctrl-C to this
program to terminate it in python? 
thanks




More information about the Python-list mailing list