Sigh...Here's another question about Python's never ending module issues. I have Python 3.4 and Windows 8. I can import Kivy fine, but if I try to import kivy.graphics, I ran into a DLL issue:
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.
Does anybody have any clue?