Re: [python-win32] Windows Service: Not Starting at Boot

2013-04-09 Thread Mark Hammond
Hi again Stan! On 8/04/2013 11:52 PM, Stan wrote: (Also WMI, SQLAlchemy, anyjson, psycopg2, etc) ... The service wrapper script is based on the example in examples\advanced\service.py, and writes to the eventlog. During testing it appears that simply /importing/ my main class will cause the a

[python-win32] Windows Service: Not Starting at Boot

2013-04-08 Thread Stan
Background: I have a small application that I have developed as a Windows Service that is built with the following major libraries: Python 2.6.7 Win32 217 py2exe 0.6.9 (Also WMI, SQLAlchemy, anyjson, psycopg2, etc) The application is designed as a class that extends threading.Thread. The class