Thank you, Roland! I included your fix into drivers code. Also added overlogging fix. So, now seems it is possible to use this driver further.
суббота, 13 июня 2020 г., 20:53:20 UTC+2 пользователь Roland Lang написал: > > Hi, > I have just updated my weewx installation from python2 to python3, but > Edwin's fork of this driver is not working for me. The error is in the file > /usr/share/weewx/user/wh23xx.py. Line 259 is missing the keyword "import" > (already wrong in Bogdans fork). > The line is: > from weeutil.log log_traceback > but it sould be > from weeutil.log import log_traceback > > After that change it's working now with python3 > > Roland > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/fd32b33e-8037-4ac9-9e17-c58c081578d1o%40googlegroups.com.
