摘要: 1.安装python32位系统 3.9版本 2.安装 comtypes 库 pip install comtypes 3.将*.dll文件置于.py文件同级目录下 4.使用 comtypes来注册插件或os来卸载插件 下面是py文件代码: import os from comtypes import 阅读全文
posted @ 2021-04-17 17:05 SongLogos 阅读(1471) 评论(0) 推荐(0)