in python >= 3.12 locale’s locale.format() function, deprecated in Python 
3.7, has been removed: use locale.format_string() instead. so in 
belchertown.py you need to replace all locale.format()s with 
locale.format_string()s
see https://docs.python.org/3.12/whatsnew/3.12.html#locale
Il giorno mercoledì 1 gennaio 2025 alle 18:25:25 UTC+1 Jamie Stephens ha 
scritto:

> I did a fresh install and got stumped on why I can't get Belchertown skin 
> to work. I get the below error, which seems to point to the issue of the 
> Python local change. but I'm running 3.14 
>
> downloaded the skin via github  here
>
> https://github.com/poblabs/weewx-belchertown/releases/tag/weewx-belchertown-1.3.1
>
> jamie@jamieandbrooke:~$ weectl report run Belchertown
> Using configuration file /etc/weewx/weewx.conf
> The following reports will be run: Belchertown
> Generating as of last timestamp in the database.
> Traceback (most recent call last):
>   File "/usr/share/weewx/weewx/reportengine.py", line 248, in run
>     obj.start()
>   File "/usr/share/weewx/weewx/reportengine.py", line 465, in start
>     self.run()
>   File "/usr/share/weewx/weewx/cheetahgenerator.py", line 166, in run
>     ngen = self.generate(gen_dict[section_name], section_name, self.gen_ts)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/share/weewx/weewx/cheetahgenerator.py", line 226, in generate
>     ngen += self.generate(section[subsection], subsection, gen_ts)
>             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/share/weewx/weewx/cheetahgenerator.py", line 226, in generate
>     ngen += self.generate(section[subsection], subsection, gen_ts)
>             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/share/weewx/weewx/cheetahgenerator.py", line 309, in generate
>     searchList = self._getSearchList(encoding, timespan,
>                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/share/weewx/weewx/cheetahgenerator.py", line 401, in 
> _getSearchList
>     search_list += obj.get_extension_list(timespan, db_lookup)
>                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/etc/weewx/bin/user/belchertown.py", line 619, in 
> get_extension_list
>     locale.format("%.1f", 0),
>     ^^^^^^^^^^^^^
> AttributeError: module 'locale' has no attribute 'format'. Did you mean: 
> '_format'?
> Done.
>

-- 
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 visit 
https://groups.google.com/d/msgid/weewx-user/51d25a3c-3d55-45d9-ab52-1498fddebb3dn%40googlegroups.com.

Reply via email to