On Monday, March 25, 2019 at 12:04:09 PM UTC-7, [email protected] wrote: > > On Monday, 25 March 2019 15:57:14 UTC-3, [email protected] wrote: >> >> Just in case, what os are you on, which version, and what version of >> python3 are you running ? >> > > Vince, > > root@pi36:~# uname -a > Linux pi36 4.14.98-v7+ #1200 SMP Tue Feb 12 20:27:48 GMT 2019 armv7l > GNU/Linux > root@pi36:~# python --version > Python 2.7.13 > root@pi36:~# python3 --version > Python 3.5.3 > > > Obligatory xkcd - https://www.xkcd.com/1987/ (the mouseover message is true too)
Anyway - I found differences in python < 3.6 in some of my code that works find on python2.7 and python3 >= 3.6 You might want to do an altinstall of a later version. Email me if you want a script I found that does this nicely on the pi and I'll send it tonight...
