X-Received: by 10.129.102.137 with SMTP id a131mr20909330ywc.17.1439752614579; Sun, 16 Aug 2015 12:16:54 -0700 (PDT) X-Received: by 10.50.30.197 with SMTP id u5mr183490igh.5.1439752614551; Sun, 16 Aug 2015 12:16:54 -0700 (PDT) Path: csiph.com!au2pb.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!69no1473214qgi.0!news-out.google.com!nt1ni8438igb.0!nntp.google.com!x6no1053396igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.python Date: Sun, 16 Aug 2015 12:16:53 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=14.139.238.98; posting-account=2z6l7woAAAAgv8YY_SbqiC9D55SzPQj9 NNTP-Posting-Host: 14.139.238.98 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: "no module named kivy" import error in ubuntu 14.04 From: shiva upreti Injection-Date: Sun, 16 Aug 2015 19:16:54 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1992 X-Received-Body-CRC: 1729916809 Xref: csiph.com comp.lang.python:95408 Hi I am new to linux. I tried various things in attempt to install kivy. I ins= talled python 2.7.10 (I think python3 was already installed in ubuntu 14.04= ). Then i downloaded kivy from https://pypi.python.org/packages/source/K/Ki= vy/Kivy-1.9.0.tar.gz, extracted it and tried to execute "python setup.py" i= nside the kivy folder. But it showed the error "no module named cython". Th= en I tried installing cython, it installed successfully but the command "py= thon setup.py" still gave the error "no module named cython". Finally I installed kivy using instructions on this video: https://www.yout= ube.com/watch?v=3DmypVFCIIZtw. Now when i try to run the following commands= : "$ cd (I used the actual path, i.e., "/usr/share/ki= vy-examples") $ cd demo/touchtracer $ python main.py" I am still getting the error:"ImportError: No module named kivy". Any help will be highly appreciated. Thanks.