gpt4 book ai didi

python - Feedparser 停止工作

转载 作者:太空宇宙 更新时间:2023-11-04 07:25:02 24 4
gpt4 key购买 nike

昨天我安装了 feedparser(在 OSX 10.5 上)并且运行良好,但现在它停止工作了。

这是脚本(从 feedparser 文档中复制)

import feedparser
d = feedparser.parse('http://feedparser.org/docs/examples/atom10.xml')
d['feed']['title']
u'Sample Feed'

它告诉我:

Traceback (most recent call last):
File "example.py", line 3, in <module>
import feedparser
File "example.py", line 2, in <module>
d = feedparser.parse('http://feedparser.org/docs/examples/atom10.xml')
AttributeError: 'module' object has no attribute 'parse'

但是使用 feedparser 的实际脚本也停止工作,同样的错误。

最佳答案

关键是当有一个名为 feedparser.py 的脚本时,python 会将其视为一个模块,以比安装的模块更高的优先级导入。

关于python - Feedparser 停止工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4934204/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com