Where did the weewxMQTT-master.zip package come from? I'm guessing that it's from https://github.com/morrowwm/weewxMQTT which does not have an install file as part of it's package, and that fits the error message you are getting.
It's not configured to be installed using wee_extension, instead the manual instructions are at the start of the wxMesh.py script. Cheers Glenn rorpi - read only raspberry pi & various weewx addons https://github.com/glennmckechnie On 26 February 2018 at 14:16, rich T <[email protected]> wrote: > While trying to install the weewxMQTT extension, I receive the following: > > pi@GroveRP3:/home/weewx $ sudo ./bin/wee_extension --install > /var/tmp/weewxMQTT-master.zip > Request to install '/var/tmp/weewxMQTT-master.zip' > Extracting from zip archive /var/tmp/weewxMQTT-master.zip > Traceback (most recent call last): > File "./bin/wee_extension", line 83, in <module> > main() > File "./bin/wee_extension", line 75, in main > ext.install_extension(options.install) > File "/home/weewx/bin/weecfg/extension.py", line 115, in install_extension > self.install_from_dir(extension_dir) > File "/home/weewx/bin/weecfg/extension.py", line 137, in install_from_dir > extension_dir) > File "/home/weewx/bin/weecfg/__init__.py", line 1296, in > get_extension_installer > raise ExtensionError("Cannot find 'install' module in %s" % > extension_installer_dir) > weecfg.ExtensionError: Cannot find 'install' module in > /var/tmp/weewxMQTT-master/ > > Thanks > Rich > > -- > 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]. > For more options, visit https://groups.google.com/d/optout. -- 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]. For more options, visit https://groups.google.com/d/optout.
