I have spent many hours trying to install kivy on windows 10. The only
python version that I have had success with is 27.
Here are my attempts, how far I got, and where I am stuck. Help please.
C:\Python35>python -m pip install --upgrade kivy leads to errors
involving glew files! I did some research, tried to install glew from windows binaries. instructions have me lost.; the hole just gets
deeper.
C:\Python34>python n:/kivy/main.py:
Traceback (most recent call last):
File "n:/kivy/main.py", line 1, in <module>
from
kivy.app import App
File "C:\Python34\lib\site-packages\kivy\app.py", line 327, in <module>
from kivy.uix.widget import Widget
File "C:\Python34\lib\site-packages\kivy\uix\widget.py", line 219,
in <module>
from kivy.graphics import (
File "C:\Python34\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.
C:\Python33>python -m pip install --upgrade kivy
Cython is missing, its required for compiling kivy !
C:\Python33>python -m pip install --upgrade Cython
error: Microsoft Visual C++ 10.0 is required. Get it with
"Microsoft Windows SDK 7.1":
www.microsoft.com/download/details.aspx?id=8279
so I downloaded & ran winsdk_web.exe which tells me to install .NET
Framework 4 from
http://go.microsoft.com/fwlink/?LinkID=187668. This
leads to a page of choices (I do not know which to choose)
Visual Studio
Visual Studio includes everything you need to create applications that
use the .NET Framework.
Download Visual Studio 2017
.NET Framework only
If you want to download the .NET Framework only you can select it from
the list below:
.NET Framework 4.6.2
.NET Framework 4.6.1
etc etc
I chose Download Visual Studio 2017
(vs_community__971130829.1490038994.exe). That gives another
choice-without-guidance: Community. Enterprise or Professional.
Community seems to be the correct one. However, after installing I get
the same error. Dead end!
Please help.