I really excited followed your instructions for the expert installation. After this doesnt worked out well, i tried the express way due the provided image. Right on the start up, the raspi responded, he did have python3 installed. With a compete new installation of python3, peppy startet with this errors:
Traceback (most recent call last):
File "peppy.py", line 2540, in
main()
File "peppy.py", line 2536, in main
peppy = Peppy()
File "peppy.py", line 98, in init
self.util = Util(connected_to_internet)
File "/home/pi/Peppy/util/util.py", line 135, in init
self.config_class = Config()
File "/home/pi/Peppy/util/config.py", line 407, in init
self.pygame_screen = self.get_pygame_screen()
File "/home/pi/Peppy/util/config.py", line 1493, in get_pygame_screen
pygame.display.init()
pygame.error: Unable to open a console terminal
Did I forgot something? Or is something missing in the image. I dont have a plan.
Thanks to your encouraged wiki and projekt. I would like to see it running on my Pi 4 4GB, because it fits exactly my need.
HI,
I really excited followed your instructions for the expert installation. After this doesnt worked out well, i tried the express way due the provided image. Right on the start up, the raspi responded, he did have python3 installed. With a compete new installation of python3, peppy startet with this errors:
Traceback (most recent call last): File "peppy.py", line 2540, in
main()
File "peppy.py", line 2536, in main
peppy = Peppy()
File "peppy.py", line 98, in init
self.util = Util(connected_to_internet)
File "/home/pi/Peppy/util/util.py", line 135, in init
self.config_class = Config()
File "/home/pi/Peppy/util/config.py", line 407, in init
self.pygame_screen = self.get_pygame_screen()
File "/home/pi/Peppy/util/config.py", line 1493, in get_pygame_screen
pygame.display.init()
pygame.error: Unable to open a console terminal
Did I forgot something? Or is something missing in the image. I dont have a plan.
Thanks to your encouraged wiki and projekt. I would like to see it running on my Pi 4 4GB, because it fits exactly my need.
Greetings cutterhorst