BasioMeusPuga / Lector

Qt based ebook reader
GNU General Public License v3.0
1.51k stars 207 forks source link

SyntaxError: invalid syntax #39

Closed csrgxtu closed 6 years ago

csrgxtu commented 6 years ago
python __main__.py

  File "__main__.py", line 387
    f'{ebooks_string} ({self.available_parsers})')
                                                ^
SyntaxError: invalid syntax
BasioMeusPuga commented 6 years ago

Please run with Python 3.6.

RoguedBear commented 6 years ago

Running with python3 is not helping [neither with python 2] screenshot from 2018-05-19 23-17-45

[EDIT] Using python3.6 fixes the issue