craigerl / ygate

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

Syntax Errors #4

Open jkchan83 opened 3 years ago

jkchan83 commented 3 years ago

Tried running code after editing call sign, passcode, and location. Python returns

File "C:\OneDrive\Documents\Radio\Yaesu\ygate-master\ygate.py", line 48 print position_string.strip() ^ SyntaxError: invalid syntax

Don't know enough about Python coding to fix. Can you please take a look?

hemna commented 3 years ago

That's because you are most likely running this with python3. The code style looks like python2 code. python2 is dead.