I'm on Weewx 4.5.1 and I need to import data from Weather Unnderground, so I'm trying to set up a wee_import import. conf file and I'm getting the following error. I have my Weather Underground information in my weewx.conf file. I also tried to create an import.conf file by copying the wu_example file and renaming it import.conf.
wee_import --config=/this/directory/weewx.conf --import-config=/directory/import.conf
Traceback (most recent call last):
File "/usr/share/weewx/wee_import", line 903, in <module>
main()
File "/usr/share/weewx/wee_import", line 804, in main
config_path, config_dict = weecfg.read_config(options.config_path, args)
File "/usr/share/weewx/weecfg/__init__.py", line 173, in read_config
locations=locations, file_name=file_name)
File "/usr/share/weewx/weecfg/__init__.py", line 147, in find_file
raise IOError("%s is not a file" % file_path)
OSError: /this/directory/weewx.conf is not a file