That error indicates that wee_extension found an error in your weewx.conf and could not parse it. I trust that your weewx.conf is located in /etc/weewx (you said you did a deb install) and that it in fact is not malformed? If everything is fine you might want to tell wee_extension exactly where weewx.conf is rather than have it guessing. You could try:
wee_extension --config=/etc/weewx/weewx.conf --install=/home/pi/weewxwd-1.0. 0.tar.gz Gary On Saturday, 12 November 2016 07:43:27 UTC+10, Jacek Skowroński wrote: > > by the way, the solution you gave me producess errors > > pi@raspberrypi:/ $ sudo wee_extension --install= > /home/pi/weewxwd-1.0.0.tar.gz > Traceback (most recent call last): > File "/usr/bin/wee_extension", line 83, in <module> > main() > File "/usr/bin/wee_extension", line 62, in main > config_path, config_dict = weecfg.read_config(options.config, _args) > 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 1. > > > On Friday, November 11, 2016 at 10:15:18 PM UTC+1, gjr80 wrote: >> >> Hi, >> >> The Weewx-WD install instructions have not yet been updated to reflect >> the removal of the weewx extension management capabilities from setup.py >> and the creation of the wee_extension utilitiy at weewx v3.2.0. You can >> safely install Weewx-WD with wee_extension using something like: >> >> ./wee_extension --install=/path/to/weewxwd-1.0.0.tar.gz >> >> Weewx-WD v1.0.0 has a few bugs in it that may or may not affect you. I am >> just putting the finishing touches to a v1.0.1 package that adresses these >> issues. If you could hang off installing for a week that might be >> advantageous. >> >> Gary >> >> On Saturday, 12 November 2016 06:39:22 UTC+10, Jacek Skowroński wrote: >>> >>> Hi, >>> I have some confusion. >>> I'd like to install weewxwd. Previously I had installed weewx from deb. >>> Where should I find setup.py file in general? This is the first step in >>> installation of the weewxwd >>> >>> sudo find / -name 'setup.py' >>> >>> gives nothing >>> >>> Thanks for help >>> >> -- 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.
