Skip to content

Instantly share code, notes, and snippets.

@Zen-CODE
Created November 12, 2025 15:52
Show Gist options
  • Select an option

  • Save Zen-CODE/4c8002c6b81daa9c07ee690c4c974e17 to your computer and use it in GitHub Desktop.

Select an option

Save Zen-CODE/4c8002c6b81daa9c07ee690c4c974e17 to your computer and use it in GitHub Desktop.
Run error
(kivy_3.12.8) richard@richard-lm:~/Repos/kivy/kivy$ python examples/demo/kivycatalog/main.py
[INFO ] [Logger ] Record log in /home/richard/.pyenv/versions/.kivy/logs/kivy_25-11-12_4.txt
[INFO ] [Kivy ] v3.0.0.dev0
[INFO ] [Kivy ] Installed at "/home/richard/Repos/kivy/kivy/kivy/__init__.py"
[INFO ] [Python ] v3.12.8 (main, Feb 5 2025, 19:47:50) [GCC 13.3.0]
[INFO ] [Python ] Interpreter at "/home/richard/.pyenv/versions/kivy_3.12.8/bin/python"
[INFO ] [Logger ] Purge log fired. Processing...
[INFO ] [Logger ] Purge finished!
[INFO ] [Factory ] 195 symbols loaded
[INFO ] [ImageLoaderFFPy] Using ffpyplayer 4.5.3
[INFO ] [Image ] Providers: img_tex, img_dds, img_pil, img_ffpyplayer
[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
x11 - ModuleNotFoundError: No module named 'kivy.core.window.window_x11'
File "/home/richard/Repos/kivy/kivy/kivy/core/__init__.py", line 59, in core_select_lib
mod = importlib.__import__(name='{2}.{0}.{1}'.format(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1466, in __import__
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked
[INFO ] [Text ] Provider: pil
[CRITICAL] [App ] Unable to get a Window, abort.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment