Advertisement
Guest User

kivy_erro

a guest
Oct 1st, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. bruno@xubuntuOS:/media/bruno/0CE2-A128/LucianoBergamo/Kivy$ /usr/bin/python3 /home/bruno/.vscode/extensions/ms-python.python-2019.9.34911/pythonFiles/ptvsd_launcher.py --default --client --host localhost --port 41775 /media/bruno/0CE2-A128/LucianoBergamo/Kivy/spynnerateexercicios.py
  2. [INFO ] [Logger ] Record log in /home/bruno/.kivy/logs/kivy_19-10-02_54.txt
  3. [INFO ] [Kivy ] v1.11.1
  4. [INFO ] [Kivy ] Installed at "/usr/lib/python3/dist-packages/kivy/__init__.py"
  5. [INFO ] [Python ] v3.6.8 (default, Aug 20 2019, 17:12:48)
  6. [GCC 8.3.0]
  7. [INFO ] [Python ] Interpreter at "/usr/bin/python3"
  8. [INFO ] [Factory ] 184 symbols loaded
  9. [INFO ] [Image ] Providers: img_tex, img_dds, img_pil, img_gif (img_sdl2, img_ffpyplayer ignored)
  10. [INFO ] [Text ] Provider: pil(['text_sdl2'] 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. egl_rpi - ImportError: cannot import name 'bcm'
  13. File "/usr/lib/python3/dist-packages/kivy/core/__init__.py", line 63, in core_select_lib
  14. fromlist=[modulename], level=0)
  15. File "/usr/lib/python3/dist-packages/kivy/core/window/window_egl_rpi.py", line 12, in <module>
  16. from kivy.lib.vidcore_lite import bcm, egl
  17.  
  18. sdl2 - ImportError: libSDL2_image-2.0.so.0: cannot open shared object file: No such file or directory
  19. File "/usr/lib/python3/dist-packages/kivy/core/__init__.py", line 63, in core_select_lib
  20. fromlist=[modulename], level=0)
  21. File "/usr/lib/python3/dist-packages/kivy/core/window/window_sdl2.py", line 27, in <module>
  22. from kivy.core.window._window_sdl2 import _WindowSDL2Storage
  23.  
  24. x11 - ModuleNotFoundError: No module named 'kivy.core.window.window_x11'
  25. File "/usr/lib/python3/dist-packages/kivy/core/__init__.py", line 63, in core_select_lib
  26. fromlist=[modulename], level=0)
  27.  
  28. [CRITICAL] [App ] Unable to get a Window, abort.
  29. bruno@xubuntuOS:/media/bruno/0CE2-A128/LucianoBergamo/Kivy$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement