Hi,
I tried running the "aqi_backfill" script which is part of the aqi extension on a weewx 4.1.1 install and get the following error.
Looks like way to pull the config seems to have changes since the time this script was written.
Any ideas?
- Rahul
pi@PrideWeatherStation:/usr/share/weewx $ sudo ./aqi_backfill weewx.conf
Traceback (most recent call last):
File "./aqi_backfill", line 34, in <module>
config = weewx.engine.getConfiguration(args.config_file)
AttributeError: 'module' object has no attribute 'getConfiguration'
pi@PrideWeatherStation:/usr/share/weewx $ sudo ./aqi_backfill /etc/weewx/weewx.conf
Traceback (most recent call last):
File "./aqi_backfill", line 34, in <module>
config = weewx.engine.getConfiguration(args.config_file)
AttributeError: 'module' object has no attribute 'getConfiguration'