X11 - Importerror: No Module Named 'kivy.core.window.window_x11
Currently I am trying to build an App that I wrote in Python and Kivy via buildozer. Whatever I am doing, I am running into problems with window_x11. Even if I comment all the wind
Solution 1:
This is a bug introduced in Kivy master, which is fixed in python-for-android's master branch. You can probably work around it by setting p4a.branch = master
in the buildozer.spec, or using an older version of Kivy than the master branch (ideally Kivy 1.10).
Post a Comment for "X11 - Importerror: No Module Named 'kivy.core.window.window_x11"