8
ctypes.WinDLL("C:\Program Files\AHSDK\bin\ahscript.dll")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python26\lib\ctypes\__init__.py", line 353, in __init__
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 126] The specified module could not be found
我該如何解決?我在C:\Python26\lib\ctypes\__init__.py
找到了_dlopen,但我真的不知道如何解決它。Python ctypes.WinDLL錯誤,_dlopen(self._name,mode)找不到
這是工作,thx爲您的幫助! – wizztjh 2010-06-24 07:08:31