Hi all, Could anybody help me out? I am trying to use python ctypes and load a .dll file. It works on my colleagues' machine, just does not work on mine
Python on my machine is : python 2.7.6 OS: windows 7 Result is always: 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 Does anybody could help me out? Thanks Ji
-- https://mail.python.org/mailman/listinfo/python-list