-1
Good evening, have you tried to reinstall/install kivy by passing the python version you are using?! Below a few possible attempts, you can also find a help at https://kivy.org/docs/installation/installation-linux.html
sudo apt-get install python-kivy
sudo apt-get install python3-kivy
pip install kivy
How you installed the kivy?
– jsbueno
I tried to install with PPA, with PIP, with a tar.gz file that I took from the site itself, in all had problem. Then I installed a specific version of python, the 3.5.2, and started working, but soon after stopped.
– Abel Separovich
He asked for the library path by the way. I made a sys.path.Insert(0,'/library directory') and it came back to work in the section I had used, but I need to do it permanently so it always has the path.
– Abel Separovich
Alias... Stopped working on IDLE itself as soon as I closed it and opened again.
– Abel Separovich