[python-win32] windows service sample using py2exe

2008-04-11 Thread franck34
# Warning: setup.py require cmdline_style='pywin32' # Usage: # service.exe install # service.exe start # service.exe stop # service.exe remove # you can see output of this program running python site-packages\win32\lib\win32traceutil # setup.py #from distutils.core import setup #import py2exe #

[python-win32] windows service sample using pyInstaller

2008-04-11 Thread franck34
# Usage: # service.exe install # service.exe start # service.exe stop # service.exe remove # you can see output of this program running python site-packages\win32\lib\win32traceutil import win32service import win32serviceutil import win32event import win32evtlogutil import win32traceutil import

[python-win32] win32service problems

2008-04-10 Thread franck34
Hi the list, I'm on a problem since 2 days now and i don't know where to continu to investigate ... notice i've started python 2 month ago and honestly, i don't know if my problem is pywin32, or py2exe, or pyInstaller (same behavior) or simply my code. The problem is that i don't have any luck