Hi to all,
I'm working on a small application that is basically an editor
and I'm looking for a good method to implement a crash recovery option.
More precisely I want  the app saves all the files when somethings bad
crash
the program. On the Python side I've no problem using the try except
method, but
for the X side I don'know how to control this event: what should I monitor?
Are
there any signals emitted by the server that i can control with Python?

Thanks to all!
-- 
_
     __________  ____  | |__    _   _   ______
    / __  __  / /___ \ | |__|  | |_/|  /  __  \   Pier Carteri :)
   / / / / / /    __|| | |     |  _/  /  / /  /   [EMAIL PROTECTED]
  / / / / / /    |__ | | |__   | |   /  /_/  /    
 /_/ /_/ /_/    ____|| |____|  |_|   \______/    
               /____/
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to