Re: Universal Feed Browser problem in feedparser.py

2011-02-07 Thread Miki Tebeka
> >>> 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

Universal Feed Browser problem in feedparser.py

2011-02-07 Thread Virgil Stokes
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