HelpSeeker / CoubDownloader

A simple downloader for coub.com
GNU General Public License v3.0
68 stars 13 forks source link

SyntaxError #10

Closed Andrut184 closed 4 years ago

Andrut184 commented 4 years ago

I've done everything as you wrote in README in confiogration. Then i opened coub.py in cmd and i got SyntaxError(attached screenshot). I'm not advanced in python and english, so sorry if i made language mistakes. error

HelpSeeker commented 4 years ago

What Python version are you using (python --version)? It seems like the interpreter doesn't recognize f-strings, which were introduced with Python 3.6.

The script needs at least Python 3.7 to work.

Andrut184 commented 4 years ago

Old version of python was reason of my issue. Thanks for quick help.