Re: Feedparser Problem

2009-06-05 Thread Jonathan Nelson
Thanks for the responses. I've tried the same script on a Server 2003 install, and Python 2.5 and it ran without a hitch. So, it's either a problem with Python 2.6 or with Windows 7. Thanks for all the responses. You've been great. Best, Jonathan On Jun 5, 7:39 am, Jonathan Nelson wrote: > I

Re: Feedparser problem

2009-06-05 Thread member thudfoo
On 6/4/09, Jonathan Nelson 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

Re: Feedparser problem

2009-06-05 Thread Peter Otten
Jonathan Nelson 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. > >

Re: Feedparser problem

2009-06-04 Thread Aahz
In article <[email protected]>, Jonathan Nelson 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 f