Closed 1415926535 closed 4 years ago
Hi, are you sure the script is executing with Python 3 and not with Python 2? The print function in the form used is only available in Python 3 and would through a syntax error as you've shown in Python 2
3.8.2 but it's no longer urgent/important. I'll dabble with it later for fun but probably need to improve my python skills first. Thanks for your work and your time. Cool stuff.
I installed python3 in my WSL2 environment to parse my location data. After getting errors I copied your commands from the Medium post and still can't get past 'invalid syntax'.
print("\r%s / Locations written: %s" % (time.strftime("%Y-%m-%d %H:%M"), added), end="") ^ SyntaxError: invalid syntax
Is this a WSL2 problem? If so then I'll not bug you anymore.
Python 3.6.9