KeyBoard interrupt and Redirection operator
aditya shukla
adityashukla1983 at gmail.com
Tue Sep 15 14:10:48 EDT 2009
Hello Guys,
I have a program which i use like this scraps.py arg1 arg2 > filename. I am
using the redirection operator to direct the output to the filename .The
scenario here is that I want to print a message as long as the program is
running and as generate an error message and exit as I use a keyboard
interrupt.I am able to do this by using a try except clause but the issue is
that everything is written to the file as i am using the redirection
operator .Is there a way to write the running program message and the
terminate program mesage to the console without writing it to the file.
Thanks
Aditya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090915/d4e2d12d/attachment.html>
More information about the Python-list
mailing list