Would you please share your file /etc/weewx/skins/simple/index.html.tmpl
?
The error log seems to point at an error contained in this file.
Something missing or too much or at the wrong place.
Without seeing it, no further conclusion possible.
Thanks and regards
--
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/37b0fa01-a932-4949-9239-ebc1be534da2n%40googlegroups.com.
On Jan 24, 2021, at 12:46 PM, sc.lep...@gmail.com <sc.lep...@gmail.com> wrote:
Hello
--
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/c48a3315-cee6-41ae-9218-c7c6a6926b67n%40googlegroups.com.
So it appears - just tested and saw that
under Python 2.7.16 the skin runs without problems. Weewx is
4.3.0
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/A2A61D1E-0E00-4470-A971-9676C9C0084A%40johnkline.com.
I think, if you also install python2 (they
can be both on the same machine)
and change in /etc/default/weewx
the WEEWX_PYTHON entry into
WEEWX_PYTHON=python2
and then restart weewx, it should work.
Once the skin has been updated and tested
for Python3, you can change it back to python3 again.