QueryServiceConfig() not exist
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
Please implement method QueryServiceConfig() method to win32serviceutil library.
I have example:
>>> scm = win32service.OpenSCManager(None, None, win32service.SC_QUERY_CONFIG)
>>> svc = win32service.OpenService(scm, "TestQueueMgrSvc", win32service.SC_QUERY_CONFIG)
>>> svccfg = win32service.QueryServiceConfig(svc)
>>> svccfg
Thanks,
QueryServiceConfig is in win32service. If you mean it should be exposed in win32serviceutil then you probably need to provide a patch to demonstrate what it should do.