Guest User

Untitled

a guest
Jul 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "SDK_communicator.py", line 3, in <module>
  3. sdkDll = WinDLL("C:jhgsdk.dll")
  4. File "c:python36libctypes__init__.py", line 348, in __init__
  5. self._handle = _dlopen(self._name, mode)
  6. OSError: [WinError 126] The specified module could not be found
  7.  
  8.  
  9. from ctypes import *
  10. sdkDll = WinDLL("C:sdk.dll")
  11.  
  12. I also tried:
  13. C:\sdk.dll
  14. C:sdk.dll
  15. C:/sdk.dll
Add Comment
Please, Sign In to add comment