--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/f9cdb923-7226-48e0-9005-2559cbcb25fdn%40googlegroups.com.
Yes me too, but my sdcard crashed because sector poweroff. (
worked well since 3 years).
and I installed a new image.
Patrick
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/fd85f145-5298-460e-8c14-bc334b425ddfn%40googlegroups.com.
My confusion is Patrick saying weewx works ok, how could that be if configobj was not there ? Other than a python2 vs python3 thing, all I can suggest is reimage the pi if that becomes the only option.
head /usr/share/weewx/wee_extension
head /usr/share/weewx/weewxd
hello,
so. I just installed weewx on an other RPi Version (buster)
weewx is OK.
test with the skin Belchertown 1.3.1
result:
sudo wee_extension --install
weewx-belchertown-release-1.3.1.tar.gz
Request to install 'weewx-belchertown-release-1.3.1.tar.gz'
Traceback (most recent call last):
File "/usr/share/weewx/wee_extension", line 92, in
<module>
main()
File "/usr/share/weewx/wee_extension", line 84, in main
ext.install_extension(options.install)
File "/usr/share/weewx/weecfg/extension.py", line 139, in
install_extension
raise InstallError("Extension '%s' not found." %
extension_path)
weecfg.extension.InstallError: Extension
'weewx-belchertown-release-1.3.1.tar.gz' not found.
test with the skin Belchertown 1.2
result:
sudo wee_extension --install weewx-belchertown-release-1.2.tar.gz
Request to install 'weewx-belchertown-release-1.2.tar.gz'
Extracting from tar archive weewx-belchertown-release-1.2.tar.gz
Saving installer file to
/usr/share/weewx/user/installer/Belchertown
Saved configuration dictionary. Backup copy at
/etc/weewx/weewx.conf.20231010195736
Finished installing extension
'weewx-belchertown-release-1.2.tar.gz'
head /usr/share/weewx/wee_extension
#!/usr/bin/env python
#
# Copyright (c) 2009-2021 Tom Keffer <tke...@gmail.com>
and Matthew Wall
#
# See the file LICENSE.txt for your rights.
#
"""Install and remove extensions."""
from __future__ import absolute_import
import optparse
import sys
head /usr/share/weewx/weewxd
#!/usr/bin/env python
#
# Copyright (c) 2009-2021 Tom Keffer <tke...@gmail.com>
#
# See the file LICENSE.txt for your rights.
#
"""Entry point to the weewx weather system."""
from __future__ import absolute_import
from __future__ import print_function
Problem with version 1.3.1 de Belchertown
bye
Patrick
head /usr/share/weewx/weewxd
--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/8fc87be5-17b6-4a8e-9f1d-acc6c0b10f91n%40googlegroups.com.