Importation of Kivy by the terminal does not work, but in IDLE it usually imports

-1

I had a hard time installing kivy and getting it working on Ubuntu. But now I can not make kivy work in interactive mode directly through the terminal, but I can do that through IDLE.

Can anyone help me solve this? I do not know why this happens.

Thank you.

    
asked by anonymous 16.02.2017 / 01:39

1 answer

-1

Good evening, have you tried to reinstall / install kivy by passing the version of python you are using ?! Below a few possible attempts, you can also find a help at link

sudo apt-get install python-kivy

sudo apt-get install python3-kivy

pip install kivy
    
16.02.2017 / 02:37