Re: Running compiled windows service python script

2008-05-13 Thread Mike Driscoll
On May 13, 5:15 am, Aspersieman <[EMAIL PROTECTED]> wrote: > Hi All > > I have a windows service (attached file). I basically just calls another > script every 60 seconds. I can install, start and stop this service as > expected with: >     ParseMailboxService.py install | start | stop > > The prob

Running compiled windows service python script

2008-05-13 Thread Aspersieman
Hi All I have a windows service (attached file). I basically just calls another script every 60 seconds. I can install, start and stop this service as expected with: ParseMailboxService.py install | start | stop The problem is: if I create an exe of this script (all required modules are i