在python中导入ctypes时获取dll错误

时间:2013-04-10 15:11:43

标签: python windows dll ctypes

我在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中,Class CDLL有348行,我不确定DLL是否丢失,因为我在另一台完美运行的计算机上使用相同的脚本。

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

请你指点我来解决这个问题。

0 个答案:

没有答案