python - How do you fix kivy.graphics DLL issue? -
sigh...here's question python's never ending module issues. have python 3.4 , windows 8. can import kivy fine, if try import kivy.graphics, ran dll issue:
file "c:\users\young\anaconda3\lib\site-packages\kivy\graphics\__init__.py", line 89, in <module> kivy.graphics.instructions import callback, canvas, canvasbase, \ importerror: dll load failed: specified module not found.
does have clue?
i had same error, , fixed re-installing kivy administrator.
right-click on cmd.exe , select "run administrator." follow install instructions here.
Comments
Post a Comment