Sigh ... Here's another question that Python never ends with module problems. I have Python 3.4 and Windows 8. I can import Kivy in order, but if I try to import kivy.graphics, I am facing a DLL problem:
File "C:\Users\Young\Anaconda3\lib\site-packages\kivy\graphics\__init__.py", line 89, in <module> from kivy.graphics.instructions import Callback, Canvas, CanvasBase, \ ImportError: DLL load failed: The specified module could not be found.
Are there any clues?
source share