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/bcf67571-b7cf-433c-baa1-046241334390o%40googlegroups.com.

Reply via email to