Jack477 / CommanderPi

Easy RaspberryPi4 GUI system managment
MIT License
188 stars 33 forks source link

CommanderPi doesn´t start #70

Open johhaa00 opened 2 years ago

johhaa00 commented 2 years ago

Hi there, my CommanderPi doesn´t start, I just get the hourglass and then nothing. Can anyone here help me, please?

This is what it looks like when i run the command: ~ $ sudo python3 ${HOME}/CommanderPi/src/main.py ${HOME} pi@raspberrypi:~ $ sudo python3 ${HOME}/CommanderPi/src/main.py ${HOME} Here is home_path /home/pi Here is app-1 Version 1.0 Exist and read Country code is: country SE: DFS-ETSI Traceback (most recent call last): File "/home/pi/CommanderPi/src/main.py", line 2, in import gui as g File "/home/pi/CommanderPi/src/gui.py", line 5, in import bootloader as btl File "/home/pi/CommanderPi/src/bootloader.py", line 17 os.system(f'rpi-eeprom-config --out /lib/firmware/raspberrypi/bootloader/stable/{ad} --config {path}/build/bootconf.txt /lib/firmware/raspberrypi/bootloader/stable/{ad}') ^ SyntaxError: invalid syntax