Python 3.6〜AttributeError:模块'servicemanager'没有属性'Initialize'〜创建Windows服务exe时]] << [

问题描述 投票:0回答:1
[将servicemanager的任何版本与Python 3.6.6一起使用时,我会得到AttributeError: module 'servicemanager' has no attribute 'Initialize'*

代码段:

if __name__ == '__main__': if len(sys.argv) == 1: servicemanager.Initialize() servicemanager.PrepareToHostSingle(RelayService3) servicemanager.StartServiceCtrlDispatcher() else: win32serviceutil.HandleCommandLine(RelayService3)

这似乎是用windows编写的任何python服务的标准主要功能。

任何帮助将不胜感激!

[在Python 3.6.6中使用任何版本的servicemanager时,我得到AttributeError:模块'servicemanager'没有属性'Initialize'*代码段:如果__name__ =='__main__':如果len(sys.argv)= ...

python windows service python-3.6 servicemanager
1个回答
0
投票
我认为安装servicemanager时出错:
© www.soinside.com 2019 - 2024. All rights reserved.