WindowsError: [Error 127] The specified procedure could not be found
问题 What does this error mean? I have trouble googling any docs. The code worked fine and suddenly broke after restarting windows. I looked in the process monitor and the DLL is found and accessed without any permission errors File "c:\Python27\lib\ctypes\__init__.py", line 435, in __getattr__ dll = self._dlltype(name) File "c:\Python27\lib\ctypes\__init__.py", line 365, in __init__ self._handle = _dlopen(self._name, mode) WindowsError: [Error 127] The specified procedure could not be found 回答1: