I have now installed python 3.5 and edited the loader file with python3.5. python3.5 --version yields Python 3.5.2
On Tue, 2 Mar 2021 at 04:10, Brian K. White <[email protected]> wrote: > On 3/1/21 9:18 PM, Peter Vollan wrote: > > I just did that and it did not solve the problem. It has something to do > > with the starred expression. > > Yes, and the something is that it was invalid syntax before python 3.5. > > Perhaps you installed 3.5, but "/usr/bin/python3" is not linked to that > version? > > -- > bkw > > > > On Mon, 1 Mar 2021 at 17:46, Brian K. White <[email protected] > > <mailto:[email protected]>> wrote: > > > > On 3/1/21 5:22 PM, Kurt McCullum wrote: > > > SyntaxError: can use starred expression only as assignment target > > > > Simply Googling the error message suggests you need Python 3.5 or > later. > > > > Which means in the source Kurt should update debian/control in his > > source to say > > Depends: python3 (>= 3.5),python3-serial > > and generate a new .deb > > > > For now, for you, just manually get python 3.5 or later. > > > > -- > > bkw > > > > > -- > bkw >
