Kivy error: sdl2 - ImportError: DLL load failed: The specified module can not be found

Code:
import kivy
from kivy.app import App
from kivy.uix.label import Label

class MyApp(App):
def build(self):
return Label(text=“Hello world!”)

if name == “main”:
MyApp().run()

Error:
sdl2 - ImportError: DLL load failed: The specified module can not be found.
File “C:\Users\Usuario\AppData\Local\Programs\Python\Python37-32\lib\site-packages\kivy\core_init_.py”, line 63, in core_select_lib
fromlist=[modulename], level=0)
File “C:\Users\Usuario\AppData\Local\Programs\Python\Python37-32\lib\site-packages\kivy\core\window\window_sdl2.py”, line 27, in
from kivy.core.window._window_sdl2 import _WindowSDL2Storage

Hi Saike,

you’ve landed in the PyTorch discussion board, while your question seems to focus on Kivy.
I would recommend to create a topic in their forum or on StackOverflow to get support. :wink: