gpt4 book ai didi

python - 在 Windows 10 上导入 win32api 时出现 DLL 错误

转载 作者:太空狗 更新时间:2023-10-29 18:13:05 27 4
gpt4 key购买 nike

我在 Windows 10 上安装了 python 2.7.2。当我加载 win32apiwmi 时,它无法加载。 Windows 10 上的 python 安装与另一台 Windows 7 PC 上的安装相同。我在 win 7 上没有这个问题。以下是我尝试在 Windows 10 上导入上述模块时遇到的错误。

>>> import win32api
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.


>>> import wmi
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "c:\Python27\lib\site-packages\wmi.py", line 88, in <module>
from win32com.client import GetObject, Dispatch
File "c:\Python27\lib\site-packages\win32com\__init__.py", line 5, in <module>
import win32api, sys, os
ImportError: DLL load failed: The specified module could not be found.

我的问题可能是什么原因造成的?是否有适用于 Windows 10 的最低 Python 版本?

最佳答案

我现在无法重现此问题,但我会试一试,因为我前段时间遇到过类似的问题并且能够通过此解决方案解决它: import win32api error in Python 2.6

我基本上复制了pythoncom27.dllpywintypes27.dllPython27/Lib/site-packages/pywin32_system32Python27/Lib/site-packages/win32 ... 或者类似的东西。

抱歉含糊不清 - 但它对我有帮助(在我的书签中找到了链接)。

希望对您有所帮助!

关于python - 在 Windows 10 上导入 win32api 时出现 DLL 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27785970/

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