0

我在 Windows XP 上使用 Python 2.5.2,我试图通过导入它(导入 ctypes)在 python 脚本中使用 ctypes。现在我收到以下错误:

File "C:\Python25\Lib\ctypes\__init__.py", line 348, in __init__
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 126] The specified module could not be found

init .py 中,CDLL 类有第 348 行,我不确定是否缺少 DLL,因为我在另一台运行良好的计算机上使用相同的脚本。

我已经声明了一个环境变量PYTHONPATH,其中包含 Python 安装目录的所有地址。

您能否在这里指导我解决问题。

4

0 回答 0