Re: Feedparser problem

2009-06-04 Thread Derek Willis
I just tried the code and it worked for me (although I do work for the NYT, so I hope it would!), so I'm guessing it's a Windows 7 issue - perhaps it doesn't treat feedparser requests the same as other Python scripts for purposes of requesting urls? Derek On Jun 4, 11:40 am, Jonathan Nelson wro

Re: Feedparser problem

2009-06-04 Thread Jonathan Nelson
Thanks, I'll give it a shot. J On Jun 4, 8:06 am, Alex Gaynor wrote: > On Thu, Jun 4, 2009 at 7:37 AM, 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 a

Re: Feedparser problem

2009-06-04 Thread Alex Gaynor
On Thu, Jun 4, 2009 at 7:37 AM, 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, bin