Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. C:Usersмихаилkivy-designer>python -m designer
  2. [INFO ] [Logger ] Record log in C:Usersмихаил.kivylogskivy_19-06-24_15.txt
  3. [INFO ] [deps ] Successfully imported "kivy_deps.gstreamer" 0.1.17
  4. [INFO ] [deps ] Successfully imported "kivy_deps.angle" 0.1.9
  5. [INFO ] [deps ] Successfully imported "kivy_deps.glew" 0.1.12
  6. [INFO ] [deps ] Successfully imported "kivy_deps.sdl2" 0.1.22
  7. [INFO ] [Kivy ] v1.11.1
  8. [INFO ] [Kivy ] Installed at "C:Python37-32libsite-packageskivy__init__.py"
  9. [INFO ] [Python ] v3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 21:26:53) [MSC v.1916 32 bit (Intel)]
  10. [INFO ] [Python ] Interpreter at "C:Python37-32python.exe"
  11. [INFO ] [Factory ] 184 symbols loaded
  12. [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil, img_gif (img_ffpyplayer ignored)
  13. [INFO ] [Text ] Provider: sdl2
  14. [INFO ] [Window ] Provider: sdl2
  15. [INFO ] [GL ] Using the "OpenGL" graphics system
  16. [INFO ] [GL ] GLEW initialization succeeded
  17. [INFO ] [GL ] Backend used <glew>
  18. [INFO ] [GL ] OpenGL version <b'4.6.0 NVIDIA 430.39'>
  19. [INFO ] [GL ] OpenGL vendor <b'NVIDIA Corporation'>
  20. [INFO ] [GL ] OpenGL renderer <b'GeForce GTX 760/PCIe/SSE2'>
  21. [INFO ] [GL ] OpenGL parsed version: 4, 6
  22. [INFO ] [GL ] Shading version <b'4.60 NVIDIA'>
  23. [INFO ] [GL ] Texture max size <16384>
  24. [INFO ] [GL ] Texture max units <32>
  25. [INFO ] [Window ] auto add sdl2 input provider
  26. [INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
  27. Traceback (most recent call last):
  28. File "C:Python37-32librunpy.py", line 193, in _run_module_as_main
  29. "__main__", mod_spec)
  30. File "C:Python37-32librunpy.py", line 85, in _run_code
  31. exec(code, run_globals)
  32. File "C:Usersмихаилkivy-designerdesigner__main__.py", line 3, in <module>
  33. from designer.app import DesignerApp
  34. File "C:Usersмихаилkivy-designerdesignerapp.py", line 12, in <module>
  35. from designer.components.designer_content import DesignerContent
  36. File "C:Usersмихаилkivy-designerdesignercomponentsdesigner_content.py", line 5, in <module>
  37. from designer.uix.py_code_input import PyScrollView
  38. File "C:Usersмихаилkivy-designerdesigneruixpy_code_input.py", line 3, in <module>
  39. from designer.uix.completion_bubble import CompletionBubble
  40. File "C:Usersмихаилkivy-designerdesigneruixcompletion_bubble.py", line 1, in <module>
  41. from kivy.adapters.listadapter import ListAdapter
  42. ModuleNotFoundError: No module named 'kivy.adapters'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement