Kivy error (python 2.7) : sdl2 import error

Problem It is looking for the Kivy dependencies (e.g. sdl2) in your virtualenv. Solution I have encountered the same problem. I did the following and it solved the problem. Environment Windows 10 PyCharm Community Python 3.5 Kivy dependencies installed (docutils, pygments, pypiwin32, kivy.deps.sdl2, kivy.deps.glew, kivy.deps.gstreamer) and for Python 3.5+ (kivy.deps.angle) PyCharm IDE Open the project … Read more