def build(self): from kivy.uix.screenmanager import ScreenManager root = ScreenManager() #return the root widget here return root