Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #71454

ctypes does not load .dll and generate windowsError 127

From Ji Xia <ji.xia@nxp.com>
Subject ctypes does not load .dll and generate windowsError 127
Date 2014-05-13 08:45 +0000
Newsgroups comp.lang.python
Message-ID <mailman.9953.1399972680.18130.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

ctypes does not load .dll and generate windowsError 127 Ji Xia <ji.xia@nxp.com> - 2014-05-13 08:45 +0000

csiph-web