Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'argument': 0.05; 'interpreter': 0.05; 'paths': 0.07; 'module)': 0.09; 'sure,': 0.09; 'python': 0.11; 'commandline': 0.16; 'trying': 0.19; 'import': 0.22; 'to:name:python-list@python.org': 0.22; '(or': 0.24; 'header:In-Reply-To:1': 0.27; 'to:2**1': 0.27; 'problem': 0.35; 'charset:us-ascii': 0.36; 'received:10': 0.37; 'checks': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'show': 0.63; 'to:addr:gmail.com': 0.65 From: Nick Cash To: bharath , "python-list@python.org" Subject: RE: kivy Thread-Topic: kivy Thread-Index: AQHPIeO9N90i5h0WH0qNf5SFuJ96Q5qliqgjgAABGmA= Date: Tue, 4 Feb 2014 20:33:58 +0000 References: <5cc76b44-7420-405d-8d16-0125767cbcf7@googlegroups.com> In-Reply-To: <5cc76b44-7420-405d-8d16-0125767cbcf7@googlegroups.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [70.166.238.194] x-forefront-prvs: 01128BA907 x-forefront-antispam-report: SFV:NSPM; SFS:(10009001)(6009001)(189002)(199002)(80022001)(66066001)(65816001)(63696002)(81816001)(76482001)(74316001)(54316002)(33646001)(76576001)(85852003)(56816005)(31966008)(47446002)(83072002)(74662001)(56776001)(81686001)(77982001)(59766001)(46102001)(79102001)(74366001)(74502001)(87266001)(2656002)(92566001)(47736001)(49866001)(50986001)(94316002)(90146001)(85306002)(93136001)(19580395003)(83322001)(94946001)(47976001)(80976001)(93516002)(74706001)(86362001)(69226001)(76796001)(53806001)(76786001)(51856001)(74876001)(4396001)(54356001)(81342001)(81542001)(87936001)(221733001)(24736002); DIR:OUT; SFP:1101; SCL:1; SRVR:DM2PR06MB541; H:DM2PR06MB542.namprd06.prod.outlook.com; CLIP:70.166.238.194; FPR:E897E19E.BB49EA1.BC1BD6A.5858CD69.200D9; InfoNoRecordsMX:1; A:1; LANG:en; Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: npcinternational.com X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391546049 news.xs4all.nl 2930 [2001:888:2000:d::a6]:34906 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65453 >> Is kivy listed in the Python search paths (sys.path)? >yes To be extra sure, you can start a python interpreter with the commandline a= rgument -vv, and when you try to import kivy (or any module) it will show y= ou every file/path it checks when trying to find it. This might help you na= rrow down where the problem lies. -Nick Cash