had to:
*cd /var/tmp/weewx4_src/weewx*
*rm /var/tmp/weewx4_src/bin/weewx/accum.py*
(I had modified this file, and it was the only way I could figure out how
to get git to pull)
then
*git pull *
*sudo PYTHONPATH=/var/tmp/weewx4_src/weewx/bin
/var/tmp/weewx4_src/weewx/bin/wee_import --help*
*Traceback (most recent call last):*
* File "/var/tmp/weewx4_src/weewx/bin/wee_import", line 900, in <module>*
* main()*
* File "/var/tmp/weewx4_src/weewx/bin/wee_import", line 760, in main*
* weeutil.logger.setup('wee_import', {})*
* File "/var/tmp/weewx4_src/weewx/bin/weeutil/logger.py", line 83, in
setup*
* log_config = configobj.ConfigObj(StringIO(LOGGING_STR),
interpolation=False)*
* File "/usr/lib/python2.7/site-packages/configobj.py", line 1242, in
__init__*
* self._load(infile, configspec)*
* File "/usr/lib/python2.7/site-packages/configobj.py", line 1302, in
_load*
* infile = self._handle_bom(infile)*
* File "/usr/lib/python2.7/site-packages/configobj.py", line 1457, in
_handle_bom*
* if not line.startswith(BOM):*
*UnicodeDecodeError: 'ascii' codec can't decode byte 0xff in position 0:
ordinal not in range(128)*
I am willing to keep trying things if that is beneficial, or just try
vince's solution. Not in any hurry (I have been down since May). Just
trying to learn, and contribute. I have a couple Raspberry Pi's that I
might try to get this running on next weekend, but I have to get some SD
Cards, and try the new buster install, then figure out how to get nginx
running on it.
--
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/4e499110-3214-4698-8561-0ca71f1f5a11%40googlegroups.com.