"brindly sujith" <[EMAIL PROTECTED]> wrote > how to bind a event to a application > > consider i m opening openoffice using > > os.system("openoffice")... > > i want to bind a event on openoffice...
Sorry, I'm still not clear what you want to do, can you be more specific? Also which OS? Are you running OpenOdffice and want to catch an event in OO and send it to your Python program? Or are you running a python program and want to notify OO of some event in your program? Running OO from os.system will make the task much harder whichever one you mean, consider using the sub-process module instead. Alan G. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor