Just for others searching in the future.... If you want to run unmodified, the old six module is still available in trixie
- apt install python3-six # for dpkg installations - pip3 install six # for pip installations On Saturday, September 20, 2025 at 3:13:25 AM UTC-7 Cameron D wrote: > I have placed a modified version of Gary Roderick's GW1000 driver on > github at > https://github.com/CameronD73/weewx-utilities/tree/main/drivers/gw1000 > > My reason for doing this was because a recent upgrade to Debian Trixie > removed the "six" compatibility module. Rather than hunt it down and mess > around with custom additions, I removed python-2 compatibility. > > My other reason was that I thought I had a GW1000 gateway, which is not > compatible with the ecowitt_http driver. It turns out that I have a gw1100, > so I intend to move over to the http driver when I have a few spare moments. > > I also removed Weewx version 3 style logging (in the process of trying to > debug missing debug logs). > > There are no enhancements in the updated 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 [email protected]. To view this discussion visit https://groups.google.com/d/msgid/weewx-user/80ffe7e7-67dc-412d-b6e4-9dd481c29aa6n%40googlegroups.com.
