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 windows related things out in the code or doing all the things described in this post. Here is a part of the error generated: x11 - ImportError: No module named 'kivy.core.window.window_x11' Another strange aspect is that I am using Python-3.x, but it keeps on saying about python-2.7. running cython ./kivy/core/window