我正在尝试学习kivy
为我的大学项目制作移动应用程序但是当我在kivy
网站上运行此示例脚本时,它给了我错误:
OpenGL version detected :1.1
之后我做了:
from kivy import Config
Config.set('graphics', 'multisamples', '0')
我得到了这个:
这是终端输出:
[INFO ] [Logger ] Record log in C:\Users\User\.kivy\logs\kivy_17-04-23_5.txt
[INFO ] [Kivy ] v1.9.2.dev0, git-e831904, 20170420
[INFO ] [Python ] v3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:01:18) [MSC v.1900 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 ] No framebuffers extension is supported
[INFO ] [GL ] Backend used <glew>
[INFO ] [GL ] OpenGL version <b'1.4.0 - Build 8.14.10.1930'>
[INFO ] [GL ] OpenGL vendor <b'Intel'>
[INFO ] [GL ] OpenGL renderer <b'Intel 945GM'>
[INFO ] [GL ] OpenGL parsed version: 1, 4
[CRITICAL] [GL ] Minimum required OpenGL version (2.0) NOT found!
OpenGL version detected: 1.4
Version: b'1.4.0 - Build 8.14.10.1930'
Vendor: b'Intel'
Renderer: b'Intel 945GM'
Try upgrading your graphics drivers and/or your graphics hardware in case of problems.
The application will leave now.
我试图升级我的图形驱动程序,但仍然存在,我引用其他stackoverflow Questions但没有解决问题。
我真的需要帮助,因为kivy
是唯一可以帮助我完成项目的事情。