Module PoseidonService
|
|
BasicNTService
Abstract base to help out with building NT services
in Python with the win32all(by Mark Hammond) support for
python nt services.
|
|
|
PyroNSThread
The Brainwave Service will run in this thread
|
|
|
PyroNS_NTService
|
|
|
|
|
|
|
|
|
|
|
|
| getRegistryParameters(servicename) |
|
|
|
|
| createRegistryParameters(servicename,
parameters) |
|
|
|
|
|
|
|
Log = Pyro.util.Log
|
|
|
pyroArgsRegkeyName = "PyroServiceArguments"
|
|
|
KillerObject = None
|
Imports:
win32serviceutil,
threading,
win32service,
win32api,
win32con,
traceback,
imp,
os,
sys,
Pyro,
objserver,
uuid