Hi, Whilst you upgraded to WeeWX 4/python3 it looks like you are still running the Realtime gauge-data (rtgd) extension v0.3.7 which is not compatible with WeeWX 4/python3. You need to upgrade rtgd to at least v0.4.0, I would recommend upgrading to the latest version which is v0.4.2 <https://github.com/gjr80/weewx-realtime_gauge-data/releases/tag/v0.4.2>.
Since you upgraded to python3 you might want to check any other extensions/add-ons you have installed to make sure they are python3 comp[atible as well. Gary On Sunday, 14 February 2021 at 19:10:21 UTC+10 [email protected] wrote: > Good morning, > i upgraded to weewx 4.4.0 with python3 now when i do wee_report i get this > error > sudo ./wee_reports > Using configuration file /home/weewx/weewx.conf > Traceback (most recent call last): > File "./wee_reports", line 103, in <module> > main() > File "./wee_reports", line 69, in main > engine = weewx.engine.DummyEngine(config_dict) > File "/home/weewx/bin/weewx/engine.py", line 93, in __init__ > self.loadServices(config_dict) > File "/home/weewx/bin/weewx/engine.py", line 161, in loadServices > obj = weeutil.weeutil.get_object(svc)(self, config_dict) > File "/home/weewx/bin/weeutil/weeutil.py", line 1093, in get_object > mod = __import__(module) > File "/home/weewx/bin/user/rtgd.py", line 1234 > except Exception, e: > ^ > SyntaxError: invalid syntax > > I attach syslog and dubug > > -- 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/dec9f777-dc08-4c34-895b-4a78eabc4e83n%40googlegroups.com.
