V
V
Vlada Mazii2019-10-26 00:19:39
Python
Vlada Mazii, 2019-10-26 00:19:39

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()

There are no errors in the command line, but the result is just a black screen, no buttons, etc.
5db3667d26332397130708.png
5db3668c78824302056520.png
What to do?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2019-10-26
@dimonchik2013

update viduhi driver

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question