Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95408
| 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 | <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> |
| 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 |
Show key headers only | 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 | Next — Next in thread | Find similar | Unroll 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