问题描述 解决方案 在引入clr之前,引入pythoncom,并做初始化 # 注意这段代码必须在import clr之前否则无效 import pythoncom pythoncom.CoInitialize() import clr