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


Groups > comp.lang.python > #95409

Re: "no module named kivy" import error in ubuntu 14.04

Path csiph.com!news.swapon.de!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python@mrabarnett.plus.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'python3': 0.05; 'extracted': 0.07; 'subject:module': 0.09; 'python': 0.10; 'subject:error': 0.11; '"python': 0.16; 'folder.': 0.16; 'from:addr:mrabarnett.plus.com': 0.16; 'from:addr:python': 0.16; 'from:name:mrab': 0.16; 'i.e.,': 0.16; 'message- id:@mrabarnett.plus.com': 0.16; 'received:192.168.1.4': 0.16; 'received:84.93': 0.16; 'received:84.93.230': 0.16; 'subject:import': 0.16; 'url:gz': 0.16; 'url:packages': 0.16; 'url:tar': 0.16; 'wrote:': 0.16; 'thanks.': 0.18; 'trying': 0.22; 'leave': 0.23; '(you': 0.23; 'tried': 0.24; 'downloaded': 0.24; 'header:In-Reply-To:1': 0.24; 'module': 0.25; 'install': 0.25; 'header:User-Agent:1': 0.26; 'command': 0.26; 'installed': 0.26; 'skip:" 20': 0.26; 'appreciated.': 0.27; 'error': 0.27; 'actual': 0.28; '"no': 0.29; 'path,': 0.29; 'probably': 0.31; 'received:84': 0.32; 'getting': 0.33; 'run': 0.33; 'url:python': 0.33; 'ubuntu': 0.33; 'attempt': 0.35; 'installing': 0.35; 'but': 0.36; 'should': 0.36; 'url:org': 0.36; 'subject:" ': 0.36; 'url:source': 0.36; 'to:addr:python-list': 0.36; 'things': 0.38; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'still': 0.40; 'url:0': 0.63; 'finally': 0.70; 'url:v': 0.72; 'url:youtube': 0.73; 'url:watch': 0.78; 'run?': 0.84; 'url:k': 0.84; 'video:': 0.84
X-CM-Score 0.00
X-CNFS-Analysis v=2.1 cv=MbeRwMLf c=1 sm=1 tr=0 a=0nF1XD0wxitMEM03M9B4ZQ==:117 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=0Bzu9jTXAAAA:8 a=EBOSESyhAAAA:8 a=UWU4mQFGWXkA:10 a=IkcTkHD0fZMA:10 a=8AHkEIZyAAAA:8 a=CE-DIzMIAAAA:20 a=zvlVs_bSuZhU6r-7suwA:9 a=QEXdDO2ut3YA:10
X-AUTH mrabarnett@:2500
Subject Re: "no module named kivy" import error in ubuntu 14.04
To python-list@python.org
References <bf6602db-8a67-46e4-b02c-94cd462081f0@googlegroups.com>
From MRAB <python@mrabarnett.plus.com>
Date Sun, 16 Aug 2015 20:27:12 +0100
User-Agent Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0
MIME-Version 1.0
In-Reply-To <bf6602db-8a67-46e4-b02c-94cd462081f0@googlegroups.com>
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.42.1439753242.4764.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1439753242 news.xs4all.nl 2874 [2001:888:2000:d::a6]:46658
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:95409

Show key headers only | View raw


On 2015-08-16 20:16, shiva upreti wrote:
> 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.
>
Do you know which Python they were installed into? Was it the system
Python (you should probably leave that one alone) or the one that you
installed? And which one is it trying to run?

Back to comp.lang.python | Previous | NextPrevious in thread | Next 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