Hello Antony,
please keep discussion on the list, so it may serve as a later
reference for others with similiar problems.
2012/5/14 Antony Joseph :
> Hi,
>
> Thanks a lot for your quick response.
>
> I tried, I get the same result
>
> C:\Service>test.exe install
> Installing service Test
> Servic
Antony,
> C:\Documents and Settings\admin\Desktop>test.exe debug
> Debugging service Test - press Ctrl+C to stop.
> Traceback (most recent call last):
> File "boot_service.py", line 185, in
> File "win32serviceutil.pyc", line 611, in HandleCommandLine
> File "win32serviceutil.pyc", line 447, i
Hi all,
I converted my python project to a service. When using the usual
options of install and start/stop, everything works correctly.
When I compile the project using py2exe,
>test.exe install
Installing service test
>test.exe start
Starting service test
- But it not actually get started
Wh