[INFO ] [Text ] Provider: pil(['text_pygame'] ignored)
INFO:kivy:[Text ] Provider: pil(['text_pygame'] ignored)
[CRITICAL] [App ] Unable to get a Window, abort.
CRITICAL:kivy:[App ] Unable to get a Window, abort.
Exception SystemExit: 1 in 'kivy.properties.dpi2px' ignored
WARNING:kivy:stderr: Exception SystemExit: 1 in 'kivy.properties.dpi2px' ignored
[INFO ] [Audio ] Providers: (audio_pygame, audio_pygst, audio_ffpyplayer ignored)
INFO:kivy:[Audio ] Providers: (audio_pygame, audio_pygst, audio_ffpyplayer ignored)
[CRITICAL] [App ] Unable to get a Window, abort.
CRITICAL:kivy:[App ] Unable to get a Window, abort.
Exception SystemExit: 1 in 'kivy.properties.dpi2px' ignored
WARNING:kivy:stderr: Exception SystemExit: 1 in 'kivy.properties.dpi2px' ignored
[CRITICAL] [App ] Unable to get a Window, abort.
CRITICAL:kivy:[App ] Unable to get a Window, abort.
Exception SystemExit: 1 in 'kivy.properties.dpi2px' ignored
WARNING:kivy:stderr: Exception SystemExit: 1 in 'kivy.properties.dpi2px' ignored
[CRITICAL] [App ] Unable to get a Window, abort.
CRITICAL:kivy:[App ] Unable to get a Window, abort.
Exception SystemExit: 1 in 'kivy.properties.dpi2px' ignored
WARNING:kivy:stderr: Exception SystemExit: 1 in 'kivy.properties.dpi2px' ignored
[CRITICAL] [App ] Unable to get a Window, abort.
CRITICAL:kivy:[App ] Unable to get a Window, abort.
Exception SystemExit: 1 in 'kivy.properties.dpi2px' ignored
WARNING:kivy:stderr: Exception SystemExit: 1 in 'kivy.properties.dpi2px' ignored
[INFO ] [Specifed Language Locale] en_CA
INFO:kivy:[Specifed Language Locale] en_CA
Traceback (most recent call last):
WARNING:kivy:stderr: Traceback (most recent call last):
File "src/main.py", line 82, in <module>
WARNING:kivy:stderr: File "src/main.py", line 82, in <module>
PeachyPrinter(api, language=args.lang).run()
WARNING:kivy:stderr: PeachyPrinter(api, language=args.lang).run()
File "/home/chris/github/peachyprinter/src/gui.py", line 171, in __init__
WARNING:kivy:stderr: File "/home/chris/github/peachyprinter/src/gui.py", line 171, in __init__
Window.size = (1000, 700)
WARNING:kivy:stderr: Window.size = (1000, 700)
AttributeError: 'NoneType' object has no attribute 'size'
WARNING:kivy:stderr: AttributeError: 'NoneType' object has no attribute 'size'
for Linux Mint (which is a ubuntu/debian type of distro) you need
python-virtualenv
also kivi has added some dependencies
sudo apt-get install libsdl2-2.0-0 libsdl2-image-2.0-0 libsdl2-mixer-2.0-0 libsdl2-ttf-2.0-0
which I installed when I got the following (didn't fix):