>> 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 -- https://mail.python.org/mailman/listinfo/python-list