ygate icon indicating copy to clipboard operation
ygate copied to clipboard

Syntax Errors

Open jkchan83 opened this issue 4 years ago • 1 comments

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?

jkchan83 avatar Mar 15 '21 20:03 jkchan83

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

hemna avatar Jun 13 '21 21:06 hemna