Re: Running compiled windows service python script



On May 13, 5:15 am, Aspersieman <aspersie...@xxxxxxxxx> wrote:
Hi All

I have a windows service (attached file). I basically just calls another
script every 60 seconds. I can install, start and stop this service as
expected with:
    ParseMailboxService.py install | start | stop

The problem is: if I create an exe of this script (all required modules
are included in the exe) with gui2exe (a frontend to py2exe) I can
install the service - but not start it. The error it returns is "Error
starting service: The service did not respond to the start or control
request in a timely fashion."

Is there something I need to additionally include in the compiled exe? I
have manually included the following modules:
    * servicemanager
    * win32con
    * win32evtlogutil
    * win32serviceutil

I would greatly appreciate any help.

Regards

Nicol

--

The three things to remember about Llamas:
1) They are harmless
2) They are deadly
3) They are made of lava, and thus nice to cuddle.

 ParseMailBoxService.py
2KDownload

I recommend re-posting to the PyWin32 user's group and possibly the
py2exe group.

http://mail.python.org/mailman/listinfo/python-win32
https://lists.sourceforge.net/lists/listinfo/py2exe-users

Alternatively, you can check these links out that are about creating
Windows Services in Python:

http://agiletesting.blogspot.com/2005/09/running-python-script-as-windows.html
http://essiene.blogspot.com/2005/04/python-windows-services.html
http://tgolden.sc.sabren.com/python/wmi.html

Hope that helps!

Mike
.



Relevant Pages

  • Re: Install Program
    ... For JRE create a startup script like JRE.bat, also at that location store your .exe file. ... The JRE.bat has to include only the path to the .exe with the switches you need for the quiet install. ... Can I execute this through a ...
    (microsoft.public.win2000.networking)
  • Re: Launch Exe file if folder does not exist
    ... What i need is the script to only install the exe if the folder is ...
    (microsoft.public.windows.server.scripting)
  • Running compiled windows service python script
    ... I can install, start and stop this service as expected with: ... if I create an exe of this script with gui2exe I can install the service - but not start it. ... def SvcDoRun: ...
    (comp.lang.python)
  • Re: How do they do that?
    ... For example, I need a script. ... execution engine. ... Now, if you need to create or modify this script during the install process, you would ... >How do some setup merge script files,, with the exe ...
    (microsoft.public.vc.mfc)
  • Re: Windows Services
    ... service and how to run a *python script* as a Windows service. ... I have developed a script that monitors a specified folder for changes ... alone exe using py2exe. ...
    (comp.lang.python)