Re: [python-win32] pywin32 services

2010-07-20 Thread Michael Mileusnich
Issues: I figured fname was throwing an exception due to the fact I did not qualify .exe at the end of my command. Regardless, upon further investigation using a simple example such as: The most basic (working) CherryPy 3.1 Windows service possible. Requires Mark Hammond's pywin32 package.

[python-win32] pywin32 services

2010-07-19 Thread Michael Mileusnich
Hello, I am trying to run my app as a windows service however I run into the following problem: Traceback (most recent call last): File hqmonitor.py, line 220, inmodule File win32serviceutil.pyc, line 528, in HandleCommandLine File win32serviceutil.pyc, line 468, in GetServiceClassString