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

-- 
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/55c7b5bf-613f-44a6-8e2f-3d0b3ce45aa0n%40googlegroups.com.

Reply via email to