Re: [python-win32] Windows service using py2exe

2012-05-15 Thread Harald Armin Massa[legacy]
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

Re: [python-win32] Windows service using py2exe

2012-05-14 Thread Harald Armin Massa[legacy]
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

[python-win32] Windows service using py2exe

2012-05-14 Thread Antony Joseph
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