Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install z3c.recipe.winservice

How to install z3c.recipe.winservice

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install z3c.recipe.winservice
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.7.0 Available View build log
0.6.3 Available View build log
Windows (64-bit)
0.7.0 Available View build log
0.6.3 Available View build log
Mac OS X (10.5+)
0.7.0 Available View build log
0.6.3 Available View build log
Linux (32-bit)
0.7.0 Available View build log
0.6.3 Available View build log
Linux (64-bit)
0.7.0 Available View build log
0.6.3 Available View build log
 
License
ZPL 2.1
Lastest release
version 0.7.0 on Jan 5th, 2011
=====================
z3c.recipe.winservice
=====================

This recipe offers windows service installation support.

The 'service' recipe installes the required scripts and files which can be
used to install a windows service.

Using the ``runscript`` option it is able to make any executable a service.


Options
*******

The 'service' recipe accepts the following options:

name
The windows service name option.

description
The windows service description option.

runzope
The script name which gets run by the winservice.
If the script name contains any path, it's taken as it is, otherwise the
buildout bin folder is prepended. winservice will check on install if this
script exists.
The install takes care of adding ``-script.py`` if necessary.
This script can get setup for exmaple with the z3c.recipe.dev.app recipe.

runscript
The script (.py) or executable (.exe) name to be run by the winservice.
The value will get NO treatment, you need to pass an exact specification.
winservice will check on install if this script/exe exists.
Use this option OR runzope, but never both.

parameters
This value will get passed to the script (runzope or runscript) as a
parameter. The value will get NO treatment, you need to take care of adding
any quotes if necessary.

debug
Adding this option to the recipe wraps the whole script to run into
a catch all except that logs the exception to the windows event log.
This is good for debugging weird exceptions that occur before the Zope
logging system is in place.
This does not work if runscript is an executable.



=======
CHANGES
=======

0.7.0 (2010-10-19)
------------------

- New feature: ``runscript`` and ``parameters``.
With those, this recipe is now capable of making any executable or
python script a service.

- Added more docs and tests.

- Remove compiled winservice.pyc and pyo if they exist.

- Most folder calculation moved to the recipe installer.
winservice.py gets constants, that makes it easier to see what happens.

- Updated tests to be more tolerant to different Python versions.

- Using Python's ``doctest`` module instead of deprecated
``zope.testing.doctest``.

Version 0.6.3 (2009-11-02)
--------------------------

- Do nothing on a non windows platform instead of failing.

Version 0.6.2 (2009-05-13)
--------------------------

- Set current dir for CreateProcess to INSTANCE_HOME otherwise pkg_resources will
be pissed (in a combination with paster)

Version 0.6.1 (2009-05-12)
--------------------------

- kill off pythonw.exe - it just causes problems when something is
written to stdout

- Use python.exe in debug mode -- it will display/log exceptions


Version 0.6.0 (2009-05-10)
--------------------------

- Added debug option to log exceptions for totally misbehaving scripts

- Slight changes to service manager

- virtualenv creates no pythonw.exe -- fallback to python.exe

- tested on winXP pro workstation:
- from service manager:
- service start: OK
- service stop: OK
- service restart: OK
- net
- net start: OK
- net stop: OK
- from instance:
- ``ZMI restart``: OK (restarts)
- task manager kill ``python.exe``: OK (starts again)

Version 0.5.0 (2008-04-12)
--------------------------

- Initial Release

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.