Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. (kivy_venv) I:\Programming\Python\3.5.4\Smoopi\kivy-smoothie-host>python main.py
  2. [INFO ] [Logger ] Record log in C:\Users\james\.kivy\logs\kivy_19-08-20_19.txt
  3. [INFO ] [deps ] Successfully imported "kivy_deps.gstreamer" 0.1.17
  4. [INFO ] [deps ] Successfully imported "kivy_deps.glew" 0.1.12
  5. [INFO ] [deps ] Successfully imported "kivy_deps.sdl2" 0.1.22
  6. [INFO ] [Kivy ] v1.11.1
  7. [INFO ] [Kivy ] Installed at "I:\Programming\Python\3.5.4\kivy_venv\lib\site-packages\kivy\__init__.py"
  8. [INFO ] [Python ] v3.5.4 (v3.5.4:3f56838, Aug 8 2017, 02:17:05) [MSC v.1900 64 bit (AMD64)]
  9. [INFO ] [Python ] Interpreter at "I:\Programming\Python\3.5.4\kivy_venv\Scripts\python.exe"
  10. [INFO ] [Factory ] 184 symbols loaded
  11. [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_gif (img_pil, img_ffpyplayer ignored)
  12. [INFO ] [Text ] Provider: sdl2
  13. [INFO ] [Window ] Provider: sdl2
  14. [INFO ] [GL ] Using the "OpenGL" graphics system
  15. [INFO ] [GL ] GLEW initialization succeeded
  16. [INFO ] [GL ] Backend used <glew>
  17. [INFO ] [GL ] OpenGL version <b'4.5.0 - Build 23.20.16.4944'>
  18. [INFO ] [GL ] OpenGL vendor <b'Intel'>
  19. [INFO ] [GL ] OpenGL renderer <b'Intel(R) UHD Graphics 630'>
  20. [INFO ] [GL ] OpenGL parsed version: 4, 5
  21. [INFO ] [GL ] Shading version <b'4.50 - Build 23.20.16.4944'>
  22. [INFO ] [GL ] Texture max size <16384>
  23. [INFO ] [GL ] Texture max units <32>
  24. [INFO ] [Window ] auto add sdl2 input provider
  25. [INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
  26. [INFO ] [GL ] NPOT texture support is available
  27. [INFO ] [SmoothieHost] screen blank set for 0 seconds
  28. [INFO ] [load_modules] loading module hb04
  29. [WARNING] [load_modules] exception: Traceback (most recent call last):
  30. File "I:\Programming\Python\3.5.4\kivy_venv\lib\site-packages\easyhid-0.0.10-py3.5.egg\easyhid\easyhid.py", line 53, in <module>
  31. hidapi = ffi.dlopen('hidapi.dll')
  32. File "I:\Programming\Python\3.5.4\kivy_venv\lib\site-packages\cffi-1.12.3-py3.5-win-amd64.egg\cffi\api.py", line 146, in dlopen
  33. lib, function_cache = _make_ffi_library(self, name, flags)
  34. File "I:\Programming\Python\3.5.4\kivy_venv\lib\site-packages\cffi-1.12.3-py3.5-win-amd64.egg\cffi\api.py", line 828, in _make_ffi_library
  35. backendlib = _load_backend_lib(backend, libname, flags)
  36. File "I:\Programming\Python\3.5.4\kivy_venv\lib\site-packages\cffi-1.12.3-py3.5-win-amd64.egg\cffi\api.py", line 823, in _load_backend_lib
  37. raise OSError(msg)
  38. OSError: cannot load library 'hidapi.dll': error 0x7e. Additionally, ctypes.util.find_library() did not manage to locate a library called 'hidapi.dll'
  39.  
  40. During handling of the above exception, another exception occurred:
  41.  
  42. Traceback (most recent call last):
  43. File "main.py", line 1257, in _load_modules
  44. mod = importlib.import_module('modules.{}'.format(key))
  45. File "I:\Programming\Python\3.5.4\kivy_venv\lib\importlib\__init__.py", line 126, in import_module
  46. return _bootstrap._gcd_import(name[level:], package, level)
  47. File "<frozen importlib._bootstrap>", line 985, in _gcd_import
  48. File "<frozen importlib._bootstrap>", line 968, in _find_and_load
  49. File "<frozen importlib._bootstrap>", line 957, in _find_and_load_unlocked
  50. File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  51. File "<frozen importlib._bootstrap_external>", line 697, in exec_module
  52. File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  53. File "I:\Programming\Python\3.5.4\Smoopi\kivy-smoothie-host\modules\hb04.py", line 3, in <module>
  54. from easyhid import Enumeration
  55. File "I:\Programming\Python\3.5.4\kivy_venv\lib\site-packages\easyhid-0.0.10-py3.5.egg\easyhid\__init__.py", line 8, in <module>
  56. from easyhid.easyhid import *
  57. File "I:\Programming\Python\3.5.4\kivy_venv\lib\site-packages\easyhid-0.0.10-py3.5.egg\easyhid\easyhid.py", line 55, in <module>
  58. hidapi = ffi.dlopen(ctypes.util.find_library('hidapi.dll'))
  59. File "I:\Programming\Python\3.5.4\kivy_venv\lib\site-packages\cffi-1.12.3-py3.5-win-amd64.egg\cffi\api.py", line 146, in dlopen
  60. lib, function_cache = _make_ffi_library(self, name, flags)
  61. File "I:\Programming\Python\3.5.4\kivy_venv\lib\site-packages\cffi-1.12.3-py3.5-win-amd64.egg\cffi\api.py", line 828, in _make_ffi_library
  62. backendlib = _load_backend_lib(backend, libname, flags)
  63. File "I:\Programming\Python\3.5.4\kivy_venv\lib\site-packages\cffi-1.12.3-py3.5-win-amd64.egg\cffi\api.py", line 817, in _load_backend_lib
  64. raise OSError("dlopen(None) cannot work on Windows for Python 3 "
  65. OSError: dlopen(None) cannot work on Windows for Python 3 (see http://bugs.python.org/issue23606)
  66.  
  67. [INFO ] [Base ] Start application main loop
  68. [INFO ] [Comms ] creating comms thread
  69. [INFO ] [Comms ] Firmware: Smoothieware, Version: edge-2bea7f2d, CNC: Yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement