Advertisement
trashatkivy

error for kivy test

Jan 13th, 2021
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. nyp@nyp-desktop:~/Desktop$ python3 kivytest.py
  2. [INFO ] [Logger ] Record log in /home/nyp/.kivy/logs/kivy_21-01-13_10.txt
  3. [INFO ] [Kivy ] v2.0.0
  4. [INFO ] [Kivy ] Installed at "/home/nyp/.local/lib/python3.6/site-packages/kivy/__init__.py"
  5. [INFO ] [Python ] v3.6.9 (default, Oct 8 2020, 12:12:24)
  6. [GCC 8.4.0]
  7. [INFO ] [Python ] Interpreter at "/usr/bin/python3"
  8. [INFO ] [Factory ] 186 symbols loaded
  9. [INFO ] [Image ] Providers: img_tex, img_dds, img_pil (img_pygame, img_ffpyplayer ignored)
  10. [INFO ] [Text ] Provider: pil(['text_pygame'] ignored)
  11. [CRITICAL] [Window ] Unable to find any valuable Window provider. Please enable debug logging (e.g. add -d if running from the command line, or change the log level in the config) and re-run your app to identify potential causes
  12. pygame - ModuleNotFoundError: No module named 'pygame'
  13. File "/home/nyp/.local/lib/python3.6/site-packages/kivy/core/__init__.py", line 62, in core_select_lib
  14. fromlist=[modulename], level=0)
  15. File "/home/nyp/.local/lib/python3.6/site-packages/kivy/core/window/window_pygame.py", line 13, in <module>
  16. import pygame
  17.  
  18. x11 - ModuleNotFoundError: No module named 'kivy.core.window.window_x11'
  19. File "/home/nyp/.local/lib/python3.6/site-packages/kivy/core/__init__.py", line 62, in core_select_lib
  20. fromlist=[modulename], level=0)
  21.  
  22. [CRITICAL] [App ] Unable to get a Window, abort.
  23. nyp@nyp-desktop:~/Desktop$
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement