(2023 Oct 08, 02:42 PM)dan Wrote: Try logging into the SIP folder and starting SIP with
This will probably not get SIP running but it may provide more information about the problem.Code:python sip.py
Dan
xxxx@raspberrypi:~/SIP $ sudo python sip.py
Traceback (most recent call last):
File "sip.py", line 21, in <module>
import gv
File "/home/pi/SIP/gv.py", line 106, in <module>
from helpers import load_programs, station_names, days_since_epoch
File "/home/pi/SIP/helpers.py", line 336
return f"{h:d}:{m:02d}:{s:02d}"
^
SyntaxError: invalid syntax
David
(2023 Oct 08, 11:58 PM)jonathan Wrote: Not sure if this would help, but I recently did a full reformat of my RPis with the lastest systems just like you did. In addition to the Step-by-step installation instructions, I had to add:
pip install six
Might be worth giving that a try to see if it solves the issue.
-Jonathan
Thanks Jonathan, I tried as you suggest but it is already installed.