Getting an error when trying to use wee_extension. I've just upgraded to 
4.9.1 but I'm not sure if this is from upgrade or related to a python 
upgrade.

weewx is running fine, collecting data and I see no errors in the logs. 
When I run wee_extension I get the following:

Traceback (most recent call last):
  File "/usr/share/weewx/wee_extension", line 13, in <module>
    import weecfg.extension
  File "/usr/share/weewx/weecfg/__init__.py", line 23, in <module>
    import configobj
ModuleNotFoundError: No module named 'configobj

Running sudo systemctl status weewx
● weewx.service - LSB: weewx weather system
   Loaded: loaded (/etc/init.d/weewx; generated)
   Active: active (running) since Fri 2022-11-04 14:34:54 EDT; 1 day 5h ago
     Docs: man:systemd-sysv-generator(8)
  Process: 15064 ExecStart=/etc/init.d/weewx start (code=exited, 
status=0/SUCCESS)
    Tasks: 2 (limit: 3720)
   CGroup: /system.slice/weewx.service
           └─15080 python3 /usr/share/weewx/weewxd --daemon 
--pidfile=/var/run/weewx.pid /etc/weewx/weewx.conf

Any ideas? I tried running sudo install python3-configobj but getting 
latest is already installed. Not sure what else to do. The extension I have 
are all working as expected.

-- 
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/964d7907-aca8-4a3a-9dc0-f3fb21b9263fn%40googlegroups.com.

Reply via email to