Re: [weewx-user] weewxctl debug error

2024-04-06 Thread Chris Eidem
That was the issue - running 3.6: [weewx@rocky1 ~]$ python --version Python 3.6.8 [weewx@rocky1 ~]$ weectl debug --output=/tmp/debug.txt Using configuration file /etc/weewx/weewx.conf Thank you for the solution, - chris On Saturday, April 6, 2024 at 3:38:33 PM UTC-5 Tom Keffer wrote: > What

Re: [weewx-user] weewxctl debug error

2024-04-06 Thread Tom Keffer
What version of Python are you using? The nullcontext requires v3.7 or greater (which breaks our supposed claim of supporting v3.6 or later). If you are using v3.6, you can specify an explicit path and get the results you need: *weectl debug --output=/tmp/debug.txt* On Sat, Apr 6, 2024 at