$ ./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''
Issue and Steps to Reproduce
Trying to run
./TerminusBrowser.pywith python 3.5.3 gives the following error message:Version
Python 3.5.3