Error processing line 2 of C:\Python27\lib\site-packages\kivy.deps.glew-0.1.2-py2.7-nspkg.pth:
Traceback (most recent call last):
File "C:\Python27\lib\site.py", line 152, in addpackage
exec line
File "<string>", line 1, in <module>
KeyError: 'kivy'
Remainder of file ignored
Error processing line 2 of C:\Python27\lib\site-packages\kivy.deps.gstreamer-0.1.2-py2.7-nspkg.pth:
Traceback (most recent call last):
File "C:\Python27\lib\site.py", line 152, in addpackage
exec line
File "<string>", line 1, in <module>
KeyError: 'kivy'
Remainder of file ignored
Error processing line 2 of C:\Python27\lib\site-packages\kivy.deps.sdl2-0.1.2-py2.7-nspkg.pth:
Traceback (most recent call last):
File "C:\Python27\lib\site.py", line 152, in addpackage
exec line
File "<string>", line 1, in <module>
KeyError: 'kivy'
Remainder of file ignored
Now, the does seem to run, I get the window with the label in the center saying Hello World!
However, I don't like the fact that errors are being thrown when I run my code. I'm particularly worried because I had a great deal of difficulty getting Kivy installed and running in the first place. From 'gcc' not working to being unable to generate a wheel file due to an error apparently no ones had according to google results.