[PROBLEM] How can I bypass kivy module error: ImportError: DLL load failed: The specified module could not be found ?
Note: I have installed kivy with: pip i
I had this same error message. Maybe the same cause, maybe something different.
I am using PyCharm 5 and had installed Kivy using PyCharm's Settings > Project Interpreter interface to my user folder.
I removed that installation of Kivy by navigating to the AppData user folder and deleting the kivy folders there.
I then installed Kivy to the Python site-packages folder (by not ticking the option to install to the user folder), and it worked for me.