Skip to content

cannot run browser on python 3.5.3 -- update docs #83

@keylime-unicorn

Description

@keylime-unicorn

Issue and Steps to Reproduce

Trying to run ./TerminusBrowser.py with python 3.5.3 gives the following error message:

$ ./TerminusBrowser.py Traceback (most recent call last):  File "./TerminusBrowser.py", line 14, in <module>    from Views.viewClass import View  File "src/Views/viewClass.py", line 4, in <module>    from Frames.defaultFrame import DefaultFrame  File "src/Frames/defaultFrame.py", line 9    self.footerStringRight = f''

Version

Python 3.5.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions