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


Groups > comp.lang.python > #65453

RE: kivy

From Nick Cash <nick.cash@npcinternational.com>
Subject RE: kivy
Date 2014-02-04 20:33 +0000
References <c23b3f81-d753-4dda-8398-81d2fb54f59a@googlegroups.com> <mailman.6406.1391545292.18130.python-list@python.org> <5cc76b44-7420-405d-8d16-0125767cbcf7@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.6408.1391546049.18130.python-list@python.org> (permalink)

Show all headers | View raw


>> Is kivy listed in the Python search paths (sys.path)?

>yes

To be extra sure, you can start a python interpreter with the commandline argument -vv, and when you try to import kivy (or any module) it will show you every file/path it checks when trying to find it. This might help you narrow down where the problem lies.

-Nick Cash

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

kivy bharath <o.bharath95@gmail.com> - 2014-02-04 11:55 -0800
  Re: kivy MRAB <python@mrabarnett.plus.com> - 2014-02-04 20:21 +0000
    Re: kivy bharath <o.bharath95@gmail.com> - 2014-02-04 12:23 -0800
    Re: kivy bharath <o.bharath95@gmail.com> - 2014-02-04 12:24 -0800
      RE: kivy Nick Cash <nick.cash@npcinternational.com> - 2014-02-04 20:33 +0000
        Re: kivy bharath <o.bharath95@gmail.com> - 2014-02-04 13:16 -0800
  Re: kivy Gary Herron <gary.herron@islandtraining.com> - 2014-02-04 12:24 -0800
  Re: kivy Rustom Mody <rustompmody@gmail.com> - 2014-02-04 19:11 -0800
    Re: kivy Dave Angel <davea@davea.name> - 2014-02-05 08:33 -0500

csiph-web