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


Groups > comp.lang.python > #95419

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

Path csiph.com!news.swapon.de!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!usenetcore.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'python3': 0.05; 'extracted': 0.07; 'cc:addr:python-list': 0.09; 'subject:module': 0.09; 'python': 0.10; 'subject:error': 0.11; '"python': 0.16; 'folder.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:import': 0.16; 'url:gz': 0.16; 'url:packages': 0.16; 'url:tar': 0.16; 'wrote:': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'aug': 0.20; 'first,': 0.20; 'preferred': 0.20; 'am,': 0.23; 'tried': 0.24; 'downloaded': 0.24; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'install': 0.25; "doesn't": 0.26; 'installed': 0.26; 'message-id:@mail.gmail.com': 0.27; 'said,': 0.27; '(maybe': 0.29; 'for,': 0.29; 'url:python': 0.33; 'ubuntu': 0.33; 'received:google.com': 0.35; 'attempt': 0.35; 'but': 0.36; 'url:org': 0.36; 'subject:" ': 0.36; 'url:source': 0.36; 'two': 0.37; 'things': 0.38; 'different': 0.63; 'url:0': 0.63; 'apt-get': 0.84; 'chrisa': 0.84; 'pip': 0.84; 'url:k': 0.84; 'to:none': 0.91; 'hassle': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type:content-transfer-encoding; bh=gxV5WbBeJRAgOKDDS2Sd1TshMKr83SdE/FBTzH9wrTU=; b=wJ0Kqra/cEqHjTHy1uAbuvKoCluS695xs/aBHz+dr6eWbG53Q19eWxaQ6veSGG/p5a N1VPZC47J3wmq6Bd4zuuN/BRZipIqKqhePYvziM/JLCvpnrRGABkuRd/9FfefI0NllX2 2Rou+sNA5+oNtFHczqtrCvPR6Xd92w2Jlb92Vdk4u2oA2kILyj1veI/5+MpTGCbPgvXn JEvnTlmyRO2cIgwrEenj7RSDjJEUkAsVFBUxJ2m/SHdak7dnB4EEhyNU+VtaDkmapOAD 88cTU4QaLpIyG3KnMoSXo6bcw9XRIS/NxmCSi0YoAUrUvjUE1fDK3OfM2n/nb9QYOdcy dpxg==
MIME-Version 1.0
X-Received by 10.50.143.37 with SMTP id sb5mr14274498igb.13.1439776056221; Sun, 16 Aug 2015 18:47:36 -0700 (PDT)
In-Reply-To <bf6602db-8a67-46e4-b02c-94cd462081f0@googlegroups.com>
References <bf6602db-8a67-46e4-b02c-94cd462081f0@googlegroups.com>
Date Mon, 17 Aug 2015 11:47:36 +1000
Subject Re: "no module named kivy" import error in ubuntu 14.04
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
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.48.1439776065.4764.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1439776065 news.xs4all.nl 2852 [2001:888:2000:d::a6]:40880
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:95419

Show key headers only | View raw


On Mon, Aug 17, 2015 at 5:16 AM, shiva upreti <katewinslet626@gmail.com> wrote:
> 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.

As Laura said, the preferred way to install under Ubuntu would be to
use apt-get. But if you want to install directly from PyPI, the best
way is to use pip. Those are two package managers, which remove from
you the hassle of hunting down all the different dependencies, like
Cython. Try apt-get first, and if that doesn't do what you're looking
for, use pip (maybe inside a virtualenv). It'll chug for a while and
then give you what you need.

ChrisA

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