Re: [weewx-user] Re: python error after reinstalling with 4.1.1 python3

2020-09-22 Thread Andrew H
ry >>> On Tuesday, 22 September 2020 at 13:05:19 UTC+10 hains...@gmail.com >>> wrote: >>> >>>> Had a look around some existing posts regarding similar issues and with >>>> some guidance from friends smarter than me, ended up changing this line >>>>

[weewx-user] Re: python error after reinstalling with 4.1.1 python3

2020-09-21 Thread Andrew H
r than me, ended up changing this line >> (1160): >> >> weight = 60.0 * record['interval'] if self.version >= '2.0' else 1.0 >> >> to >> >> weight = 60.0 * record['interval'] if self.version is not None and >> self.version >= '2.0' else 1.0

[weewx-user] Re: python error after reinstalling with 4.1.1 python3

2020-09-21 Thread Andrew H
one and self.version >= '2.0' else 1.0 and it's working ok now... On Tuesday, 22 September 2020 at 12:08:27 pm UTC+10 Andrew H wrote: > Hi all, > > Aweosmse software, have been using it since about 2015 without issue! > > I'm running a Davis Vantage Vue w/usb connected to a raspberr

[weewx-user] python error after reinstalling with 4.1.1 python3

2020-09-21 Thread Andrew H
Hi all, Aweosmse software, have been using it since about 2015 without issue! I'm running a Davis Vantage Vue w/usb connected to a raspberry pi. I have just done a clean install of raspbian and have attempted an install with 4.1.1 from apt repo using python3 but I'm hitting an error when it