Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. c:\dbdLobby>python\python.exe python\dbdlobby.py
  2. Could not load steam_api.dll or steam_api64.dll.
  3. Traceback (most recent call last):
  4. File "python\dbdlobby.py", line 29, in <module>
  5. steam_api = ctypes.cdll.steam_api
  6. File "ctypes\__init__.py", line 417, in __getattr__
  7. File "ctypes\__init__.py", line 347, in __init__
  8. OSError: [WinError 126] The specified module could not be found
  9.  
  10. During handling of the above exception, another exception occurred:
  11.  
  12. Traceback (most recent call last):
  13. File "python\dbdlobby.py", line 33, in <module>
  14. steam_api = ctypes.cdll.steam_api64
  15. File "ctypes\__init__.py", line 417, in __getattr__
  16. File "ctypes\__init__.py", line 347, in __init__
  17. OSError: [WinError 126] The specified module could not be found
  18.  
  19. During handling of the above exception, another exception occurred:
  20.  
  21. Traceback (most recent call last):
  22. File "python\dbdlobby.py", line 42, in <module>
  23. raise e
  24. File "python\dbdlobby.py", line 38, in <module>
  25. steam_api = ctypes.CDLL(steamapi_path)
  26. File "ctypes\__init__.py", line 347, in __init__
  27. OSError: [WinError 126] The specified module could not be found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement