What does it report when you check python3 --version on the command? On Mon, Mar 1, 2021 at 3:17 PM Peter Vollan <dprogra...@gmail.com> wrote:
> Installing and then running mComm on my linux laptop, I got the following > error message: > > File "/usr/bin/mcomm", line 6 > subprocess.call(["python3", "/usr/share/mcomm/mcomm.py", > *sys.argv[1:]]) > ^ > SyntaxError: can use starred expression only as assignment target >