Thanks Roland, I will fix this today on GitHub.Edwin -------- Original message --------From: Roland Lang <[email protected]> Date: 6/13/20 20:53 (GMT+01:00) To: weewx-user <[email protected]> Subject: [weewx-user] Re: Weewx und Renkforce WH2315 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_tracebackbut it sould be from weeutil.log import log_tracebackAfter that change it's working now with python3Roland
-- You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/zsTwFI7tSlw/unsubscribe. To unsubscribe from this group and all its topics, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/bcf67571-b7cf-433c-baa1-046241334390o%40googlegroups.com. -- 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/20200614085753.E99D821966%40venserver.zuidema.org.
