Path: csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'subject:module': 0.09; 'python': 0.10; 'subject:error': 0.11; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 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; '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; 'subject:import': 0.16; 'sudo': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'aug': 0.20; 'preferred': 0.20; 'cc:2**1': 0.22; 'assumes': 0.22; 'header:In-Reply-To:1': 0.24; 'module': 0.25; 'install': 0.25; 'appreciated.': 0.27; '-0700,': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'getting': 0.33; 'ubuntu': 0.33; 'i.e.': 0.35; 'url:org': 0.36; 'subject:" ': 0.36; 'charset:us-ascii': 0.37; 'still': 0.40; 'header:Message-Id:1': 0.61; 'back': 0.62; 'here:': 0.63; 'received:89': 0.80; 'apt-get': 0.84 To: shiva upreti 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 shiva upreti of "Sun, 16 Aug 2015 12:16:53 -0700." References: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <27299.1439755122.1@fido> Date: Sun, 16 Aug 2015 21:58:42 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Sun, 16 Aug 2015 21:58:46 +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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1439755132 news.xs4all.nl 2937 [2001:888:2000:d::a6]:38442 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95414 In a message of Sun, 16 Aug 2015 12:16:53 -0700, shiva upreti writes: >I am still getting the error:"ImportError: No module named kivy". > >Any help will be highly appreciated. >Thanks. The preferred way to install kivy with ubuntu is to follow the instructions here: http://kivy.org/docs/installation/installation-linux.html i.e. $ sudo apt-get install python3-kivy $ sudo apt-get install kivy-examples This assumes you want to use Python 3. See if this works, write back if it doesn't. Laura