Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #71454 > unrolled thread
| Started by | Ji Xia <ji.xia@nxp.com> |
|---|---|
| First post | 2014-05-13 08:45 +0000 |
| Last post | 2014-05-13 08:45 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
ctypes does not load .dll and generate windowsError 127 Ji Xia <ji.xia@nxp.com> - 2014-05-13 08:45 +0000
| From | Ji Xia <ji.xia@nxp.com> |
|---|---|
| Date | 2014-05-13 08:45 +0000 |
| Subject | ctypes 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
Back to top | Article view | comp.lang.python
csiph-web