In a message of Sun, 16 Aug 2015 12:16:53 -0700, shiva upreti writes: >I am still getting the error:"ImportError: No module named kivy". > >Any help will be highly appreciated. >Thanks.
The preferred way to install kivy with ubuntu is to follow the instructions here: http://kivy.org/docs/installation/installation-linux.html i.e. $ sudo apt-get install python3-kivy $ sudo apt-get install kivy-examples This assumes you want to use Python 3. See if this works, write back if it doesn't. Laura -- https://mail.python.org/mailman/listinfo/python-list