> >>> import feedparser
> >>> d = feedparser.parse("http://feedparser.org/docs/examples/atom10.xml";)
This works for me, are you sure it's not a network problem in your side?
(what happens if you try to open this link in a browser?)
--
http://mail.python.org/mailman/listinfo/python-list
I am running Python 2.6 on a Windows Vista (32-bit) platform. I recently
installed the Universal Feed Parser package (feedparser-5-0). When I try to
execute the following commands:
>>> import feedparser
>>> d = feedparser.parse("http://feedparser.org/docs/examples/atom10.xml";)
which is given