E:\workspace\kivy_test>python basic_test.py
[INFO ] [Logger ] Record log in C:\Users\liu\.kivy\logs\kivy_17-09-03_0.txt
[INFO ] [Kivy ] v1.10.0
[INFO ] [Python ] v2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) [MSC v.1500 32 bit (Intel)]
[INFO ] [Factory ] 194 symbols loaded
[INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil, img_gif (img_ffpyplayer ignored)
[INFO ] [Text ] Provider: sdl2
[INFO ] [OSC ] using <thread> for socket
[INFO ] [Window ] Provider: sdl2
[INFO ] [GL ] Using the "OpenGL" graphics system
[INFO ] [GL ] GLEW initialization succeeded
[INFO ] [GL ] Backend used <glew>
[INFO ] [GL ] OpenGL version <3.3.11672 Compatibility Profile Context>
[INFO ] [GL ] OpenGL vendor <ATI Technologies Inc.>
[INFO ] [GL ] OpenGL renderer <ATI Mobility Radeon HD 4300 Series>
[INFO ] [GL ] OpenGL parsed version: 3, 3
[INFO ] [GL ] Shading version <3.30>
[INFO ] [GL ] Texture max size <8192>
[INFO ] [GL ] Texture max units <16>
[INFO ] [Shader ] fragment shader: <Fragment shader was successfully compiled to run on hardware.>
[INFO ] [Shader ] vertex shader: <Vertex shader was successfully compiled to run on hardware.>
[INFO ] [Shader ] program: <Vertex shader(s) linked, fragment shader(s) linked.>
[WARNING] [Image ] Unable to load image <C:\Python27\Lib\site-packages\kivy\data\glsl\default.png>
[CRITICAL] [Window ] Unable to find any valuable Window provider.
sdl2 - Exception: SDL2: Unable to load image
File "C:\Python27\Lib\site-packages\kivy\core\__init__.py", line 67, in core_select_lib
cls = cls()
File "C:\Python27\Lib\site-packages\kivy\core\window\window_sdl2.py", line 140, in __init__
super(WindowSDL, self).__init__()
File "C:\Python27\Lib\site-packages\kivy\core\window\__init__.py", line 899, in __init__
self.create_window()
File "C:\Python27\Lib\site-packages\kivy\core\window\window_sdl2.py", line 291, in create_window
super(WindowSDL, self).create_window()
File "C:\Python27\Lib\site-packages\kivy\core\window\__init__.py", line 1051, in create_window
self.render_context = RenderContext()
File "kivy\graphics\instructions.pyx", line 758, in kivy.graphics.instructions.RenderContext.__init__ (kivy\graphics\instructions.c:12580)
File "C:\Python27\Lib\site-packages\kivy\core\image\__init__.py", line 538, in __init__
self.filename = arg
File "C:\Python27\Lib\site-packages\kivy\core\image\__init__.py", line 734, in _set_filename
mipmap=self._mipmap, nocache=self._nocache)
File "C:\Python27\Lib\site-packages\kivy\core\image\__init__.py", line 435, in load
im = loader(filename, **kwargs)
File "C:\Python27\Lib\site-packages\kivy\core\image\__init__.py", line 201, in __init__
self._data = self.load(filename)
File "C:\Python27\Lib\site-packages\kivy\core\image\img_sdl2.py", line 41, in load
raise Exception('SDL2: Unable to load image')
[CRITICAL] [App ] Unable to get a Window, abort.
Exception SystemExit: 1 in 'kivy.properties.dpi2px' ignored
[CRITICAL] [App ] Unable to get a Window, abort.