craigerl / ygate

Turn your Yaesu APRS radio into an igate. By KM6LYW.
28 stars 9 forks source link

New to python #9

Open sfish352 opened 6 months ago

sfish352 commented 6 months ago

I'm getting this after I edit the file with my info and try to run ./ygate.py

-bash: ./ygate.py: /usr/bin/python: bad interpreter: No such file or directory (Using Ubuntu in Windows)

sfish352 commented 6 months ago

got that fixed - now getting,

:~$ ./ygate.py File "./ygate.py", line 143 match run_state: ^ SyntaxError: invalid syntax

kd9pxp commented 6 months ago

got that fixed - now getting,

:~$ ./ygate.py File "./ygate.py", line 143 match run_state: ^ SyntaxError: invalid syntax

You need to update your version of Python I believe to 3.10 or later for this to work correctly.