Can you tell me why I am getting this error message?
Traceback (most recent call last):
File "/home/house/weewx-data/scripts/fastfeedparser.py", line 1, in
import fastfeedparser
File "/home/house/weewx-data/scripts/fastfeedparser.py", line 4, in
myfeed = fastfeedparser.parse('https://feeds.enviroflash.info/rss/realtime/1.xml')
AttributeError: partially initialized module 'fastfeedparser' has no attribute 'parse' (most likely due to a circular import)
Python 3.10.12
Intel NUC 5.x
Ubuntu Ubuntu 22.04.5 LTS
Can you tell me why I am getting this error message?
Traceback (most recent call last):
File "/home/house/weewx-data/scripts/fastfeedparser.py", line 1, in
import fastfeedparser
File "/home/house/weewx-data/scripts/fastfeedparser.py", line 4, in
myfeed = fastfeedparser.parse('https://feeds.enviroflash.info/rss/realtime/1.xml')
AttributeError: partially initialized module 'fastfeedparser' has no attribute 'parse' (most likely due to a circular import)
Python 3.10.12
Intel NUC 5.x
Ubuntu Ubuntu 22.04.5 LTS