monitoring device status with python ...

2008-01-22 Thread Ajay Deshpande
hi everyone: i am writing a program, which needs to keep monitoring whether a certain usb hard drive is connected/hot-plugged in or not. instead of repeatedly checking if its path exists or not, can i have the os let my program know that the device has been connected? i have read about the min

Re: Retrieving all open applications ...

2007-11-07 Thread Ajay Deshpande
hi guys: well i still havent found a solution to this ... since i am using ubuntu 7.10, i cannot use the hammond modules ... -Ajay On 11/4/07, Ajay Deshpande <[EMAIL PROTECTED]> wrote: > > applications ... i need to retrieve all currently open applications ... > >

Re: Retrieving all open applications ...

2007-11-03 Thread Ajay Deshpande
applications ... i need to retrieve all currently open applications ... thx for your help ... -Ajay On 10/31/07, Gabriel Genellina <[EMAIL PROTECTED]> wrote: > > En Tue, 30 Oct 2007 06:20:10 -0300, Ajay Deshpande > <[EMAIL PROTECTED]> escribió: > > > I need

Retrieving all open applications ...

2007-10-30 Thread Ajay Deshpande
Hi everyone: I need to retrieve all currently open applications using a python program. So my output should be a list of window handles. Is there a module which I can use? Thanks for any help. -Ajay -- http://mail.python.org/mailman/listinfo/python-list