How do I make Windows aware of a service I have written in Python?

后端 未结 4 1263
旧巷少年郎
旧巷少年郎 2020-12-23 18:08

In another question I posted yesterday, I got very good advice on how a Python script could be run as a service in Windows. What I\'m left wondering is: How is Windows aware

4条回答
  •  星月不相逢
    2020-12-23 18:46

    Here is code to install a python-script as a service, written in python :)

    http://code.activestate.com/recipes/551780/

    This post could also help you out:

    http://essiene.blogspot.com/2005/04/python-windows-services.html

提交回复
热议问题