Hi Joe,
Just want to check I understand correctly:
1 - You are opening a linux terminal
2 - You navigate to the folder (from the command line) the hermeslite.py script is held
3 - From the command line you enter "python3 -i hermeslite.py"?
If so and it isn't working, can you type "head -5 hermeslite.py" and paste the output from that here? I would expect:
import socket, select, struct, collections, time, os
import shutil, tempfile, urllib.request
## The one response type received from the HL2
Response = collections.namedtuple('Response',
73 Matthew M5EVT.