launcher
launcher copied to clipboard
Settings Key Not Working
When trying to click on settings, nothing changes and I get this error:
Traceback (most recent call last):
File "/usr/lib/duck_settings/main.py", line 22, in <module>
from kivy.app import App
ImportError: No module named kivy.app
Hello there! I am having this exact same problem, would love to hear any ideas to resolve, thanks.
Are you sure kivy is installed? Try this command: sudo apt-get install python-kivy PS: I had the same problem myself.
I did not... I did not know that I needed that. Thanks!