Kivy installation

by: Rasil, 7 years ago


I have been trying to install Kivy on my computer and to do the 'Hello world!' exercise, but i always get the error that the window could not be opened.

[CRITICAL] [App         ] Unable to get a Window, abort.
Exception ignored in: 'kivy.properties.dpi2px'
Traceback (most recent call last):
   File "C:UserslrablAppDataLocalContinuumanaconda3libsite-packageskivyutils.py", line 496, in __get__
     retval = self.func(inst)
   File "C:UserslrablAppDataLocalContinuumanaconda3libsite-packageskivymetrics.py", line 174, in dpi
     EventLoop.ensure_window()
   File "C:UserslrablAppDataLocalContinuumanaconda3libsite-packageskivybase.py", line 127, in ensure_window
     sys.exit(1)
SystemExit: 1
[CRITICAL] [App         ] Unable to get a Window, abort.
An exception has occurred, use %tb to see the full traceback.

SystemExit: 1

Does anyone have an idea how to fix this? I am really at my wits end here...



You must be logged in to post. Please login or register an account.