Reinstalling will change nothing. There is another option: change the templates, so they no longer use has_key() (which no longer exists in Python 3). Instead use the 'x in y' pattern. For example, you would change
#if $Extras.has_key('googleMapsDisplay') to #if 'googleMapsDisplay' in $Extras Go through all the templates and hunt down all instances of has_key() and change accordingly. *Note: they will not all look like my example*. Shouldn't take you more than 5 minutes. -tk On Tue, Aug 4, 2020 at 9:23 AM Jlou 43 <jlo...@gmail.com> wrote: > I wonder if I will not reinstall weewx with the saved files and directories > ... > > > > > > -- > 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+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/8901e6f0-dc91-482a-96bc-345aa00cd635o%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/8901e6f0-dc91-482a-96bc-345aa00cd635o%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEAg32__u6igk_-yhyFcRpb6zw%2BnQgrAW-YMh%3Dm4GwWpNA%40mail.gmail.com.