Re: [python-win32] Service problem - can't find stop method of object

2005-10-07 Thread Paul Moore
On 10/7/05, Tim Roberts <[EMAIL PROTECTED]> wrote: > On Thu, 6 Oct 2005 16:20:01 +0100, Paul Moore <[EMAIL PROTECTED]> wrote > > >Debugging service RegistryQueryService - press Ctrl+C to stop. > >Stopping debug service. > >Stopping debug service. > >Error 0xC00B - The Python service control han

Re: [python-win32] Service problem - can't find stop method of object

2005-10-07 Thread Tim Roberts
On Thu, 6 Oct 2005 16:20:01 +0100, Paul Moore <[EMAIL PROTECTED]> wrote >This is a very odd problem. I have a module that I want to package up >as a service - it has a "Registry" class, with mainloop and stop >methods (the former sits in an infinite loop, the latter signals the >loop to terminate)