On Sun, Nov 13, 2016 at 7:24 AM, zkab <[email protected]> wrote: > > $ wee_device /etc/weewx/weewx.conf --help > Traceback (most recent call last): > File "/usr/bin/wee_device", line 54, in <module> > main() > File "/usr/bin/wee_device", line 19, in main > config_fn, config_dict = weecfg.read_config(None, sys.argv[1:]) > File "/usr/share/weewx/weecfg/__init__.py", line 223, in read_config > config_dict = configobj.ConfigObj(config_path, file_error=True) > File "/usr/lib/python2.7/dist-packages/configobj.py", line 1229, in > __init__ > self._load(infile, configspec) > File "/usr/lib/python2.7/dist-packages/configobj.py", line 1318, in > _load > raise error > configobj.ConfigObjError: Parsing failed with several errors. > First error at line 193. > > There's your clue: you have an error in weewx.conf, line 193.
Incidentally, a quick look at the log file (/var/log/syslog) would have told you the same thing. -tk -- 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.
