"no module named kivy" import error in ubuntu 14.04

Laura Creighton lac at openend.se
Sun Aug 16 15:58:42 EDT 2015


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




More information about the Python-list mailing list