On 25 Aug 2022, at 10:23 am, n1ig anthony <
n1ig.a...@gmail.com> wrote:
> Tried loading python and running hermeslite.py downloaded from GitHub. Got this result
> Last login: Wed Aug 24 20:18:31 on ttys000
> cd '/Users/anthonycrook/' && '/usr/local/bin/python3' '/Users/anthonycrook/hermeslite.py' && echo Exit status: $? && exit 1
> anthonycrook@Anthonys-MBP ~ % cd '/Users/anthonycrook/' && '/usr/local/bin/python3' '/Users/anthonycrook/hermeslite.py' && echo Exit status: $? && exit 1
> File "/Users/anthonycrook/hermeslite.py", line 67
> <title>Hermes-Lite2/hermeslite.py at master · softerhardware/Hermes-Lite2 · GitHub</title>
> ^
> SyntaxError: invalid character '·' (U+00B7)
> anthonycrook@Anthonys-MBP ~ %
That syntax error says that you saved the Github HTML page for hermeslite.py, and not the python file itself.
Look up to the top-right of the banner above the file contents display for a button labelled "Raw" and download from that link.