Jan-30-2018, 07:34 PM
Hey Guys,
When I run my simple kivy application i have this error, I have tried many ways to fix it but it didn't work, anyone can help?
Thank you,
![[Image: 56978152f88e39614a21b6a6ff86950ee3569bcc...97f81d.jpg]](https://serving.photos.photobox.com/56978152f88e39614a21b6a6ff86950ee3569bcc433e5a6f83e9041e98af17842f97f81d.jpg)
When I run my simple kivy application i have this error, I have tried many ways to fix it but it didn't work, anyone can help?
Thank you,
import kivy kivy.require('1.0.6') # replace with your current kivy version ! 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 :
![[Image: 56978152f88e39614a21b6a6ff86950ee3569bcc...97f81d.jpg]](https://serving.photos.photobox.com/56978152f88e39614a21b6a6ff86950ee3569bcc433e5a6f83e9041e98af17842f97f81d.jpg)