[python-win32] Issues with service startup

2013-10-07 Thread Stan
Has anyone dealt with Python based Windows Services not starting properly at system boot? They start immediately after boot, but not at boot. Attempting to use various dependencies to make it start up later in the process hasn't seemed to help. I have to separate codebases that exhibit this issu

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

2013-04-08 Thread Stan
include in place, no eventlog messages are logged. Does anyone have any approach for debugging a problem like this? I spent most of the weekend progressively allowing more imports and thought I had solved the problem (in a test VM), but the issue persisted on a phys