Python Forum
[Kivy] Installed but doesn't work
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Kivy] Installed but doesn't work
#14
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]
Reply


Messages In This Thread
Installed but doesn't work - by antonmichel - Jan-29-2018, 01:18 PM
RE: Installed but doesn't work - by buran - Jan-29-2018, 01:25 PM
RE: Installed but doesn't work - by antonmichel - Jan-29-2018, 01:55 PM
RE: Installed but doesn't work - by buran - Jan-29-2018, 02:00 PM
RE: Installed but doesn't work - by antonmichel - Jan-29-2018, 02:12 PM
RE: Installed but doesn't work - by buran - Jan-29-2018, 02:17 PM
RE: Installed but doesn't work - by antonmichel - Jan-29-2018, 02:36 PM
RE: Installed but doesn't work - by buran - Jan-29-2018, 04:18 PM
RE: Installed but doesn't work - by metulburr - Jan-29-2018, 06:34 PM
RE: Installed but doesn't work - by antonmichel - Jan-29-2018, 08:43 PM
RE: Installed but doesn't work - by antonmichel - Jan-29-2018, 05:51 PM
RE: Installed but doesn't work - by antonmichel - Jan-30-2018, 09:51 AM
RE: Installed but doesn't work - by buran - Jan-30-2018, 10:06 AM
RE: Installed but doesn't work - by antonmichel - Jan-30-2018, 10:34 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyQt] graphyview setdata() doesn't work after recieving a mount of data ugly_curry_garlic 3 894 Nov-22-2023, 05:58 PM
Last Post: Axel_Erfurt
  [Tkinter] Scrollbar doesn't work on Canvas in Tkinter DeanAseraf1 3 9,525 Sep-19-2019, 03:26 PM
Last Post: joe_momma
  [Tkinter] canvas.create_text doesn't work in a function vmarinelli 2 7,033 Jan-18-2018, 09:31 AM
Last Post: vmarinelli
  Gtk justification doesn't work rebelxt 2 4,636 Nov-05-2016, 01:52 PM
Last Post: rebelxt

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020