Bugs item #2303797, was opened at 2008-11-16 23:02
Message generated for change (Comment added) made by mhammond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2303797&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pythonwin
Group: None
>Status: Closed
>Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Python Nutter (pythonnutter)
Assigned to: Nobody/Anonymous (nobody)
Summary: PythonService.exe working under Python 2.5.2 but not 2.6
Initial Comment:
I have done a PythonService.exe /register
Under Python 2.5.2 (with Stackless) and gone through all the Python script as a service scripts in M.H's book and on the net.
They install and start/stop and remove with no problems when I am using Python 2.5.2 on Windows XP.
When I use Python 2.6 and do a PythonService.exe /register under Python 2.6 I have no errors.
When I then do a service install it installs the service. However when I try to start the service I get the familiar 'red herring' error message that is basically a message saying that the service has not responded in time and could not start.
Using standard windows net start commands on the service name says the service is failing to respond to commands sent to it to start.
Switching back to Python 2.5.2 on the same machine and the same exact python as service scripts load, start, stop, and remove just fine with no errors.
I'm completely stumped on this one. I can not get any python scripts to load and run as services when using Python 2.6
----------------------------------------------------------------------
>Comment By: Mark Hammond (mhammond)
Date: 2012-01-27 21:25
Message:
I can't reproduce this and many people have success - please reopen this if
you are still having problems.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2303797&group_id=78018
|