bellrichm / WeeWX-MQTTSubscribe

A WeeWX service and driver that receives data from MQTT.
GNU General Public License v3.0
52 stars 13 forks source link

problem while installing... #173

Closed PAOK1926 closed 1 year ago

PAOK1926 commented 1 year ago

i have this problem...

# /usr/share/weewx/wee_extension --install=/usr/local/bin/WeeWX-MQTTSubscribe/v2.2.2.tar.gz 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 ImportError: No module named configobj

i run python3 and my /etc/default/weewx is

WEEWX_PYTHON=python3 WEEWX_PYTHON_ARGS= WEEWX_BINDIR=/usr/share/weewx WEEWX_BIN=/usr/bin/weewxd WEEWX_CFG=/etc/weewx/weewx.conf

bellrichm commented 1 year ago

I see you commented in the weewx google group. This is something with WeeWX, hopefully we will get an answer there.

PAOK1926 commented 1 year ago

problem solved with this command: wee_extension --install=/usr/local/bin/WeeWX-MQTTSubscribe/v2.2.2.tar.gz without the full path...

bellrichm commented 1 year ago

Thanks. Looks like the wik/readme needs updating.

bellrichm commented 1 year ago

Wiki and readme update to remove path.