fork download
  1. import kivy
  2.  
  3. from kivy.app import App
  4.  
  5. class KV02App(App):
  6. pass
  7.  
  8. if __name__ == '__main__':
  9. KV02App().run()
  10.  
Runtime error #stdin #stdout #stderr 0.12s 23524KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 1, in <module>
ModuleNotFoundError: No module named 'kivy'