[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 the same problem. The answer is:
pip uninstall docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew
pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew
And it works fine!