Re: [python-win32] NTService detecting if the Windows System is Idle

2005-06-13 Thread Hughes, Chad O
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hughes, Chad O Sent: Monday, June 13, 2005 9:11 AM To: python-list@python.org Subject: RE: [python-win32] NTService detecting if the Windows System is Idle -Original Message- From: Hughes, Chad

Re: [python-win32] NTService detecting if the Windows System is Idle

2005-06-10 Thread Hughes, Chad O
print 'Stopping thread' worker.stop() worker.join() raise Chad -Original Message- From: Animesh Bansriyar [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005 12:19 PM To: Hughes, Chad O Subject: RE: [python-win32] NTService detecting if the Windows System is I

Re: [python-win32] NTService detecting if the Windows System is Idle

2005-06-10 Thread Hughes, Chad O
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Animesh Bansriyar Sent: Friday, June 10, 2005 8:47 AM To: python-win32@python.org Subject: [python-win32] NTService detecting if the Windows System is Idle Hi All, I don't have much knowledge about Windows Services but I have read

[python-win32] NTService detecting if the Windows System is Idle

2005-06-10 Thread Animesh Bansriyar
Hi All, I don't have much knowledge about Windows Services but I have read about the Python Modules and seen the demo that comes with the py2exe package. I need to write an NTService which runs a process (an Executable) when the System (WinXP, Win2003) is Idle. Is it possible to do this from pyth