Feedparser problem

member thudfoo thudfoo at opensuse.us
Fri Jun 5 06:29:41 EDT 2009


On 6/4/09, Jonathan Nelson <iamelgringo at gmail.com> wrote:
> I'm trying to add a feedreader element to my django project.  I'm
>  using Mark Pilgrim's great feedparser library.  I've used it before
>  without any problems.  I'm getting a TypeError I can't figure out.
>  I've tried searching google, bing, google groups to no avail.
>
>  Here's the dpaste of what I'm trying to do and the result I'm
>  getting:
>
>  http://dpaste.com/51406/
>
>  I've tried checking my firewall settings.  I'm using Windows 7 and
>  Python 2.6.  Win 7 is allowing other Python programs through.  I've
>  tried several different RSS urls with the same result.
>
>  Any thoughts would be greatly appreciated.
>

from feedparser 4.1 documentation:

bozo_exception
The exception raised when attempting to parse a non-well-formed feed.

I suspect that unexpected keyword "timeout" appears in the feed's xml
document. You could download the document yourself and have a look.

> --
>  http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list