| Create a Windows Service with Python |
|
|
|
There is a Python script template/example, which makes developing Windows services much easier. Simply derive the start and stop method from the template and implement your own actions. The rest is defined in the template, which you have to import:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/551780 |
|
| Last Updated ( Friday, 25 April 2008 ) |
| < Prev | Next > |
|---|
Hint: For syntax highlighting and correct Python intendation place your code between html tags <pre> and </pre>.