Re: [python-win32] Python Service Won't Start, But Does Debug

2009-04-29 Thread Mark Hammond
Robert Robinson wrote: I'm new to using the win32 module and I've written a little service in python for myself. It runs fine and without errors when I use debug: python myService.py debug Debugging service myService - press Ctrl+C to stop. This works and prints to a log file I set up just

[python-win32] Python Service Won't Start, But Does Debug

2009-04-28 Thread Robert Robinson
I'm new to using the win32 module and I've written a little service in python for myself. It runs fine and without errors when I use debug: python myService.py debug Debugging service myService - press Ctrl+C to stop. This works and prints to a log file I set up just fine, so I know it's working