project-owner / Peppy.doc

Peppy documentation
GNU General Public License v3.0
55 stars 16 forks source link

Peppy Image won´t start Peppy right out of the Box #12

Closed Cutterhorst closed 2 years ago

Cutterhorst commented 3 years ago

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

project-owner commented 3 years ago

Hi, which disk image do you use? Do you have any touchscreen connected to Pi? How do you start player?

Best regards