kivy

Nick Cash nick.cash at npcinternational.com
Tue Feb 4 15:33:58 EST 2014


>> 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



More information about the Python-list mailing list