Answer the question
In order to leave comments, you need to log in
Why doesn't the basic kivy python program work?
Similar issue: Why doesn't the basic python kivy program work?
program code:
from kivy.app import App
class Myapp(App):
pass
if __name__ == "__main__":
Myapp().run()
Answer the question
In order to leave comments, you need to log in
I reinstalled everything (Python 3.7). The settings are all default and everything worked.
sdl2 - ImportError: DLL load failed: %1 is not a Win32 application.- most likely the sdl2.dll library is of the wrong capacity. If x64 is installed, install x32 and vice versa.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question