Changes between Version 6 and Version 7 of WindowsServiceScript


Ignore:
Timestamp:
Apr 3, 2010, 5:19:44 AM (14 years ago)
Author:
happyhackuser
Comment:

Updated for 0.11.7 on Python 2.6.5 from python.org

Legend:

Unmodified
Added
Removed
Modified
  • WindowsServiceScript

    v6 v7  
    1010== Download ==
    1111
     12Download and install [http://sourceforge.net/projects/pywin32/ Mark Hammond's Python for Windows Extensions].
     13
    1214Download the script from [http://trac-hacks.org/attachment/wiki/WindowsServiceScript/tracservice.py?format=raw here (tracservice.py)], or [http://trac-hacks.org/attachment/wiki/WindowsServiceScript/tracservice.py view script].
    1315
     
    1517
    1618 1. Copy file to '\Python23\Scripts\'
    17  2. Edit "CONSTANTS SECTION" inside the script
     19 2. Edit CONSTANTS SECTION inside the script
    1820 3. Install service:
    1921    {{{
     
    3739== Comments ==
    3840
    39 Many thanks ! Script + 0.10 patch works for a multi project setup on 0.11.3.
     41Many thanks ! Script + 0.10 patch works for a multi project setup on 0.11.3. Also works for 0.11.7 using Python 2.6.5 from [http://www.python.org/].
    4042{{{
    4143PYTHON = r'D:/trac/Python25/python.exe'