On Friday, June 5, 2020 at 12:40:53 PM UTC-7, WindnFog wrote: > > except KeyError, e: > ^ > SyntaxError: invalid syntax > > > This is becoming our most frequently asked question.
Anytime you see this, it says you are running old python2 code vs. the python3 interpreter. The code needs updating, or you need to stick with python2 until the author updates their extension/driver/skin to be python3-compatible. -- 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/fd9005b9-49a3-4295-99b2-04cd35c0e1eeo%40googlegroups.com.
