[Solved] Kivy widgets doesn't shows up! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 33

[Solved] Kivy widgets doesn't shows up!

- Kivy doesn't load any widgets! - In the example code I given, It just shows a black window without the label! This bug came up after fixing: ■ Kivy doesn't detect OpenGL2.0! which is fixed by adding a new environment variable: KIVY_GL_BACKEND = angle_sdl2 My Specs 🖥: Platform 〰️ Windows 10 [64-bit] Interpreter 〰️ Python 3.7.3 & 3.7.7 Graphics 〰️ OpenGL 3.1.0 Code 📟 https://code.sololearn.com/ck2r1DzIRfFD/?ref=app Console log 📃https://code.sololearn.com/cJMszjqnyYGV/?ref=app ⸻⸻⸻⸻⸻⸻⸻⸻ I have posted this thread on many forums⏬ 🐍on Python forum: https://python-forum.io/Thread-Kivy-Kivy-text-label-won-t-shows-up 🔶️on StackOverflow: https://stackoverflow.com/questions/61318824/kivy-text-label-wont-shows-up 🔴on Redit: https://www.reddit.com/r/kivy/comments/geeyyd/kivy_widgets_wont_shows_up/ ⸻⸻⸻⸻⸻⸻⸻⸻ 🆕Edit: Also tried reinstall Python3.7 and reinstalling Kivy following the way recommended by Kivy official doc! ‏‏‎ ‎

2nd May 2020, 7:22 AM
A C K
A C K - avatar
5 Answers
+ 7
After restless troubleshooting I got the solution xD - The issue was due to my old integrated intel-made graphics card, arising conflicts with my os, and kivy! - It was very hard to troubleshoot as Kivy and OpenGL claims to work correctly while the issue is still there! - I should either purchase a new graphics card or try installing unofficial graphics driver if available to make kivy work well in my pc. (credits ~ Snu at kivy discord) Thanks to all for the help!
20th Jun 2020, 9:43 AM
A C K
A C K - avatar
+ 9
Basel Al_hajeri.MBH() I've no other way bro 😅
15th May 2020, 3:02 PM
A C K
A C K - avatar
+ 6
Mirielle || GOAT Now the window doesn't open at all 🤷‍♂️
7th May 2020, 7:36 AM
A C K
A C K - avatar
+ 3
Losing challenges 😕 it is uncommon way here bro
15th May 2020, 1:27 PM
Basel.Al_hajeri?.MBH()
Basel.Al_hajeri?.MBH() - avatar
+ 3
I tried the program and shows up a black window with "Hello kivy" at the center
17th Jun 2020, 9:34 AM
Orango Mango
Orango Mango - avatar