[python-win32] Re: How can I run a win service without python2.0 installation magic?

Rogelio Flores rogelio.flores at gmail.com
Tue Oct 12 21:35:30 CEST 2004


OK, a simple reboot solved my problem, I guess it needed it to be
aware of all the changes (to environment variables and the win
registry).

Thanks everybody anyway, I know you were just about to offer help (it
has been the case most times in this list it seems).

Isn't great to answer to your own post? ;-)

RF


On Tue, 12 Oct 2004 11:24:06 -0400, Rogelio Flores
<rogelio.flores at gmail.com> wrote:
> All I want to do is able to run a python windows service using the
> win32all build 144 (I have to use python2.0), without using the
> python2.0 and win32 installers and their setup to be able to
> distribute my app. I can live with manually changing the system PATH
> or other environment variables but so far I haven't been successful.
> 
> I know my service works but only with installed versions of
> python/win32extensions using their installer. If I start with a clean
> computer (no python installations) I can register PythonService.exe
> but my service fails to start unless I run with the debug flag.
> 
> These are the two error messages that the Event Log registers, but
> they don't help me at all:
> 
> Event Type:     Error
> Event Source:   Service Control Manager
> Event Category: None
> Event ID:       7000
> Date:           10/12/2004
> Time:           11:11:15 AM
> User:           N/A
> Computer:       *****
> Description:
> The DEXcenter Session Manager service failed to start due to the
> following error:
> The service did not respond to the start or control request in a
> timely fashion.
> 
> Event Type:     Error
> Event Source:   Service Control Manager
> Event Category: None
> Event ID:       7009
> Date:           10/12/2004
> Time:           11:11:15 AM
> User:           N/A
> Computer:       *******
> Description:
> Timeout (30000 milliseconds) waiting for the DEXcenter Session Manager
> service to connect.
> 
> Any help will be appreciated,


More information about the Python-win32 mailing list