I have completely downloaded kivy but still, I am getting this error, please help! `
from kivy.app import App
from kivy.uix.gridlayout import Gridlayout
class alpha(Gridlayout):
pass
class MyApp(App):
def build(self):
return alpha()
MyApp().run()
from kivy.uix.gridlayout import GridLayout using "L" not "l"