Re: [python-win32] Using signal handlers in a Windows Service

2005-12-05 Thread Justin Johnson
I was trying to keep things consistent with UNIX, but I suppose there's no reason I have to do things that way.  Thanks.  On 12/5/05, Tim Golden <[EMAIL PROTECTED]> wrote: [Justin Johnson]> I'm trying to setup an application that runs as a> Windows service to rotate logs upon receiving a certain >

Re: [python-win32] Using signal handlers in a Windows Service

2005-12-05 Thread Tim Golden
[Justin Johnson] > I'm trying to setup an application that runs as a > Windows service to rotate logs upon receiving a certain > signal. Whenever I try to do this I get the following error. > Exception in TestService.SvcStart: signal only works in main thread Is there some reason you hav