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


Groups > comp.lang.python > #71454 > unrolled thread

ctypes does not load .dll and generate windowsError 127

Started byJi Xia <ji.xia@nxp.com>
First post2014-05-13 08:45 +0000
Last post2014-05-13 08:45 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

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

#71454 — ctypes does not load .dll and generate windowsError 127

FromJi Xia <ji.xia@nxp.com>
Date2014-05-13 08:45 +0000
Subjectctypes does not load .dll and generate windowsError 127
Message-ID<mailman.9953.1399972680.18130.python-list@python.org>

[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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web