Path: csiph.com!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; '16,': 0.03; 'importerror:': 0.05; 'python3': 0.05; 'extracted': 0.07; 'setup.py': 0.07; 'cc:addr:python-list': 0.09; 'available)': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'subject:module': 0.09; 'python': 0.10; 'subject:error': 0.11; '"python': 0.16; '>on': 0.16; 'build_ext': 0.16; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'folder.': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'missing,': 0.16; 'no...': 0.16; 'received:89.233': 0.16; 'received:89.233.217': 0.16; 'received:89.233.217.133': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'repo': 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:addr:python.org': 0.20; 'aug': 0.20; 'skip:" 40': 0.20; 'cc:2**1': 0.22; '"",': 0.22; 'am,': 0.23; 'skip:( 40': 0.23; 'tried': 0.24; 'import': 0.24; '(most': 0.24; 'downloaded': 0.24; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'module': 0.25; 'install': 0.25; 'installed': 0.26; 'chris': 0.26; '(maybe': 0.29; '-0700,': 0.29; 'fedora': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'url:mailman': 0.30; 'url:python': 0.33; 'downloading': 0.33; 'traceback': 0.33; 'ubuntu': 0.33; 'url:listinfo': 0.34; 'file': 0.34; 'skip:d 20': 0.34; 'running': 0.34; 'attempt': 0.35; 'there': 0.36; 'url:org': 0.36; 'subject:" ': 0.36; 'url:source': 0.36; 'charset:us-ascii': 0.37; 'things': 0.38; 'url:mail': 0.40; 'well.': 0.40; 'where': 0.40; 'header :Message-Id:1': 0.61; 'url:0': 0.63; 'python-list': 0.66; 'august': 0.75; 'received:89': 0.80; 'to:addr:yahoo.com': 0.80; 'pip': 0.84; 'url:k': 0.84 To: rurpy@yahoo.com cc: python-list@python.org, lac@openend.se From: Laura Creighton Subject: Re: "no module named kivy" import error in ubuntu 14.04 In-Reply-To: Message from rurpy--- via Python-list of "Sun, 16 Aug 2015 20:19:49 -0700." <22e8c1bc-72ba-46e1-9402-fbd1bd893a35@googlegroups.com> References: <22e8c1bc-72ba-46e1-9402-fbd1bd893a35@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <26288.1439784843.1@fido> Content-Transfer-Encoding: quoted-printable Date: Mon, 17 Aug 2015 06:14:03 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Mon, 17 Aug 2015 06:14:05 +0200 (CEST) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 46 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1439784857 news.xs4all.nl 2871 [2001:888:2000:d::a6]:34593 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95424 In a message of Sun, 16 Aug 2015 20:19:49 -0700, rurpy--- via Python-list = write s: >On Sunday, August 16, 2015 at 8:00:14 PM UTC-6, Chris Angelico wrote: >> On Mon, Aug 17, 2015 at 5:16 AM, shiva upreti 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 ubunt= u 14.04). Then i downloaded kivy from https://pypi.python.org/packages/sou= rce/K/Kivy/Kivy-1.9.0.tar.gz, extracted it and tried to execute "python se= tup.py" inside the kivy folder. >> = >>[...] = >> use pip (maybe inside a virtualenv). It'll chug for a while and >> then give you what you need. > >Umm, actually no... > >| ~# pip3 install kivy >| Downloading/unpacking kivy >| Downloading Kivy-1.9.0.tar.gz (16.2MB): 16.2MB downloaded >| Running setup.py (path:/tmp/pip-build-m40337r5/kivy/setup.py) egg_inf= o for package kivy >| Traceback (most recent call last): >| File "", line 17, in >| File "/tmp/pip-build-m40337r5/kivy/setup.py", line 173, in >| from Cython.Distutils import build_ext >| ImportError: No module named 'Cython' = >| Cython is missing, its required for compiling kivy ! > = >(on Fedora-21 where no kivy repo package is available) >-- = >https://mail.python.org/mailman/listinfo/python-list If you scroll down http://kivy.org/docs/installation/installation-linux.html there are instructions for Fedora as well. Laura