Answer the question
In order to leave comments, you need to log in
Kivy: does not display the widget, what should I do?
python 3.7
kivy 1.11.1
Windows 10 Pro 64x
Simple program:
from kivy.app import App
from kivy.uix.button import Button
class MyApp(App):
def build(self):
return Button(text = "Hello World")
if __name__ == "__main__":
MyApp().run()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question