gpt4 book ai didi

python - 导入错误 : No module named comtypes in Python 3. 6

转载 作者:太空宇宙 更新时间:2023-11-04 05:14:57 26 4
gpt4 key购买 nike

我正在使用 Python 3.6。我已经通过命令安装了模块 comtypes

python -m pip install comtypes
Requirement already satisfied: comtypes in c:\users\singtech\appdata\local\programs\python\python36-32\lib\site-packages

但我的脚本中仍然出现 comtypes 的导入错误:

import comtypes.client as cc
import comtypes

mylib = cc.GetModule("d:\\path\\to\\mylib.dll")
print(mylib)

当我运行脚本时,它会产生以下错误:

Traceback (most recent call last):
File "D:\python-apps\aos.py", line 1, in <module>
import comtypes.client as cc
ImportError: No module named 'comtypes'

最佳答案

我在 Python 初学者 IDE 中运行脚本 Thonny .它使用不同的解释器。当我在 IDE 的选项中设置正确的解释器路径时,导入错误消失了。

enter image description here

关于python - 导入错误 : No module named comtypes in Python 3. 6,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41999441/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com