Hi Tom, others, After many using W##%&Disp##, based on a PC-server, for many years now, I'm waiting for some month to get my wx-station up-and-running with Weewx 4.#, based on RaspberryPi. Everything prepared on Weewx 3.9.2, but that version is not able to import the station history from WU. Tthat is the reason I'm waiting for the release of 4.#. Any idea when this will happen? Regards from Friesland (sneak preview: https://oentsjerk.eu/wwx/)--
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/cc1ee19c-03b7-499c-a719-094af13240ea%40googlegroups.com.
It's pretty much ready to go. The problem is packaging. We're trying to simplify the support matrix to something we can handle, and it's not proving to be easy.
On Wed, Mar 11, 2020 at 1:01 PM Keimpe Bleeker <blee...@xs4all.nl> wrote:
Hi Tom, others, After many using W##%&Disp##, based on a PC-server, for many years now, I'm waiting for some month to get my wx-station up-and-running with Weewx 4.#, based on RaspberryPi. Everything prepared on Weewx 3.9.2, but that version is not able to import the station history from WU. Tthat is the reason I'm waiting for the release of 4.#. Any idea when this will happen? Regards from Friesland (sneak preview: https://oentsjerk.eu/wwx/)--
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...@googlegroups.com.
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/2f501a7d-2971-44c3-939c-5850f35bb1c8%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/2f501a7d-2971-44c3-939c-5850f35bb1c8%40googlegroups.com.
It's pretty much ready to go. The problem is packaging. We're trying to simplify the support matrix to something we can handle, and it's not proving to be easy.
On Wed, Mar 11, 2020 at 1:01 PM Keimpe Bleeker <blee...@xs4all.nl> wrote:
Hi Tom, others, After many using W##%&Disp##, based on a PC-server, for many years now, I'm waiting for some month to get my wx-station up-and-running with Weewx 4.#, based on RaspberryPi. Everything prepared on Weewx 3.9.2, but that version is not able to import the station history from WU. Tthat is the reason I'm waiting for the release of 4.#. Any idea when this will happen? Regards from Friesland (sneak preview: https://oentsjerk.eu/wwx/)--
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...@googlegroups.com.
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/34d7e1ec-c9e7-4fd8-8288-97cbd84a2366%40googlegroups.com.
[root@alarmpi weewx]# /home/weewx/bin/wee_extension --install weewx-belchertown-release-1.0.1.tar.gz
Request to install 'weewx-belchertown-release-1.0.1.tar.gz'
Extracting from tar archive weewx-belchertown-release-1.0.1.tar.gz
Traceback (most recent call last):
File "/home/weewx/bin/wee_extension", line 88, in <module>
main()
File "/home/weewx/bin/wee_extension", line 80, in main
ext.install_extension(options.install)
File "/home/weewx/bin/weecfg/extension.py", line 116, in install_extension
self.tmpdir, self.logger)
File "/home/weewx/bin/weecfg/__init__.py", line 1645, in extract_tar
tar_archive = tarfile.open(filename, mode='r')
File "/usr/lib/python2.7/tarfile.py", line 1680, in open
raise ReadError("file could not be opened successfully")
tarfile.ReadError: file could not be opened successfully
[root@alarmpi weewx-4.0.0b16]# ./setup.py build
Traceback (most recent call last):
File "./setup.py", line 31, in <module>
from setuptools import setup, find_packages
ImportError: No module named setuptools
--
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/d7037cd5-6dc1-41b8-8b97-7ef050375772%40googlegroups.com.
Mar 17 08:55:50 alarmpi weewxd[415]: weewx[415] DEBUG weewx.engine: Loading service user.crt.CumulusRealTime
Mar 17 08:55:50 alarmpi weewxd[415]: weewx[415] CRITICAL __main__: Caught unrecoverable exception:
Mar 17 08:55:50 alarmpi weewxd[415]: weewx[415] CRITICAL __main__: **** invalid syntax (crt.py, line 376)
Mar 17 08:55:50 alarmpi weewxd[415]: weewx[415] CRITICAL __main__: **** Traceback (most recent call last):
Mar 17 08:55:50 alarmpi weewxd[415]: weewx[415] CRITICAL __main__: **** File "/home/weewx/bin/weewxd", line 148, in main
Mar 17 08:55:50 alarmpi weewxd[415]: weewx[415] CRITICAL __main__: **** engine = weewx.engine.StdEngine(config_dict)
Mar 17 08:55:50 alarmpi weewxd[415]: weewx[415] CRITICAL __main__: **** File "/home/weewx/bin/weewx/engine.py", line 75, in __init__
Mar 17 08:55:50 alarmpi weewxd[415]: weewx[415] CRITICAL __main__: **** self.loadServices(config_dict)
Mar 17 08:55:50 alarmpi weewxd[415]: weewx[415] CRITICAL __main__: **** File "/home/weewx/bin/weewx/engine.py", line 136, in loadServices
Mar 17 08:55:50 alarmpi weewxd[415]: weewx[415] CRITICAL __main__: **** obj = weeutil.weeutil.get_object(svc)(self,config_dict)
Mar 17 08:55:50 alarmpi weewxd[415]: weewx[415] CRITICAL __main__: **** File "/home/weewx/bin/weeutil/weeutil.py", line 1093, in get_object
Mar 17 08:55:50 alarmpi weewxd[415]: weewx[415] CRITICAL __main__: **** mod = __import__(module)
Mar 17 08:55:50 alarmpi weewxd[415]: weewx[415] CRITICAL __main__: **** File "/home/weewx/bin/user/crt.py", line 376
Mar 17 08:55:50 alarmpi weewxd[415]: weewx[415] CRITICAL __main__: **** except Exception, e:
Mar 17 08:55:50 alarmpi weewxd[415]: weewx[415] CRITICAL __main__: **** ^
Mar 17 08:55:50 alarmpi weewxd[415]: weewx[415] CRITICAL __main__: **** SyntaxError: invalid syntax
Mar 17 08:55:50 alarmpi weewxd[415]: weewx[415] CRITICAL __main__: **** Exiting.
Mar 17 08:55:50 alarmpi weewxd[415]: Traceback (most recent call last):
Mar 17 08:55:50 alarmpi weewxd[415]: File "/home/weewx/bin/weewxd", line 261, in <module>
Mar 17 08:55:50 alarmpi weewxd[415]: main()
Mar 17 08:55:50 alarmpi weewxd[415]: File "/home/weewx/bin/weewxd", line 148, in main
Mar 17 08:55:50 alarmpi weewxd[415]: engine = weewx.engine.StdEngine(config_dict)
Mar 17 08:55:50 alarmpi weewxd[415]: File "/home/weewx/bin/weewx/engine.py", line 75, in __init__
Mar 17 08:55:50 alarmpi weewxd[415]: self.loadServices(config_dict)
Mar 17 08:55:50 alarmpi weewxd[415]: File "/home/weewx/bin/weewx/engine.py", line 136, in loadServices
Mar 17 08:55:50 alarmpi weewxd[415]: obj = weeutil.weeutil.get_object(svc)(self,config_dict)
Mar 17 08:55:50 alarmpi weewxd[415]: File "/home/weewx/bin/weeutil/weeutil.py", line 1093, in get_object
Mar 17 08:55:50 alarmpi weewxd[415]: mod = __import__(module)
Mar 17 08:55:50 alarmpi weewxd[415]: File "/home/weewx/bin/user/crt.py", line 376
Mar 17 08:55:50 alarmpi weewxd[415]: except Exception, e:
Mar 17 08:55:50 alarmpi weewxd[415]: ^
Mar 17 08:55:50 alarmpi weewxd[415]: SyntaxError: invalid syntax
Mar 17 08:55:50 alarmpi systemd[1]: weewx.service: Main process exited, code=exited, status=1/FAILURE
Mar 17 08:55:50 alarmpi systemd[1]: weewx.service: Failed with result 'exit-code'.
--
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/941747c7-2fb6-4833-9115-684b2cefa306%40googlegroups.com.