Error in Kivy code using PYTHON IDLE

Status
Not open for further replies.

djc

Advanced Member level 1
Joined
Jan 27, 2013
Messages
402
Helped
3
Reputation
6
Reaction score
2
Trophy points
1,298
Location
India
Activity points
4,554
Hello,
I have just started using Python as i want to develop an android app using Python. i am using Kivy platform. Installed it as per instructions. However i am getting an error for first program itself. Error is,
[CRITICAL] [App ] Unable to get a Text provider, abort.
code is,
Code:
import kivy
from kivy.app import App
from kivy.uix.label import Label

class MyApp(App):
    def build(self):
        return Label(text="Hello Dheeru")

if __name__ == "__main__":
    MyApp().run()

More detailed error
 
Last edited:

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…