Hi,
I tried to install an extension (SFtp) but gor a failure messsage. as I understand the weewx.conf could not be found.
than I tried to plot the lists of installed extension and became the same.
as for a setup.py installation:
sudo /home/weewx/bin/wee_extension --list
Traceback (most recent call last):
File "/home/weewx/bin/wee_extension", line 82, in <module>
main()
File "/home/weewx/bin/wee_extension", line 61, in main
config_path, config_dict = weecfg.read_config(options.config, _args)
File "/home/weewx/bin/weecfg/__init__.py", line 173, in read_config
locations=locations, file_name=file_name)
File "/home/weewx/bin/weecfg/__init__.py", line 145, in find_file
(file_name, locations))
IOError: Unable to find file 'weewx.conf'. Tried directories ['../..', '/etc/weewx', '/home/weewx']
has somebody an idea whats going wrong?
Regards