Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #95408

"no module named kivy" import error in ubuntu 14.04

Newsgroups comp.lang.python
Date 2015-08-16 12:16 -0700
Message-ID <bf6602db-8a67-46e4-b02c-94cd462081f0@googlegroups.com> (permalink)
Subject "no module named kivy" import error in ubuntu 14.04
From shiva upreti <katewinslet626@gmail.com>

Show all headers | View raw


Hi
I am new to linux. I tried various things in attempt to install kivy. I installed 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/Kivy/Kivy-1.9.0.tar.gz, extracted it and tried to execute "python setup.py" inside the kivy folder. But it showed the error "no module named cython". Then I tried installing cython, it installed successfully but the command "python setup.py" still gave the error "no module named cython".
Finally I installed kivy using instructions on this video: https://www.youtube.com/watch?v=mypVFCIIZtw. Now when i try to run the following commands:

"$ cd <path to kivy-examples> (I used the actual path, i.e., "/usr/share/kivy-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.

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

"no module named kivy" import error in ubuntu 14.04 shiva upreti <katewinslet626@gmail.com> - 2015-08-16 12:16 -0700
  Re: "no module named kivy" import error in ubuntu 14.04 MRAB <python@mrabarnett.plus.com> - 2015-08-16 20:27 +0100
  Re: "no module named kivy" import error in ubuntu 14.04 Laura Creighton <lac@openend.se> - 2015-08-16 21:58 +0200
  Re: "no module named kivy" import error in ubuntu 14.04 Chris Angelico <rosuav@gmail.com> - 2015-08-17 11:47 +1000
    Re: "no module named kivy" import error in ubuntu 14.04 Rustom Mody <rustompmody@gmail.com> - 2015-08-16 19:51 -0700
      Re: "no module named kivy" import error in ubuntu 14.04 Chris Angelico <rosuav@gmail.com> - 2015-08-17 12:59 +1000
    Re: "no module named kivy" import error in ubuntu 14.04 rurpy@yahoo.com - 2015-08-16 20:19 -0700
      Re: "no module named kivy" import error in ubuntu 14.04 Laura Creighton <lac@openend.se> - 2015-08-17 06:14 +0200
        Re: "no module named kivy" import error in ubuntu 14.04 rurpy@yahoo.com - 2015-08-16 22:05 -0700
          Re: "no module named kivy" import error in ubuntu 14.04 Laura Creighton <lac@openend.se> - 2015-08-17 09:52 +0200
            Re: "no module named kivy" import error in ubuntu 14.04 rurpy@yahoo.com - 2015-08-17 16:35 -0700
          Re: "no module named kivy" import error in ubuntu 14.04 Rustom Mody <rustompmody@gmail.com> - 2015-08-17 10:13 -0700
  Re: "no module named kivy" import error in ubuntu 14.04 Dave Farrance <df@see.replyto.invalid> - 2015-08-17 06:11 +0100

csiph-web