Re: [Tutor] Feedparser and google news/google reader

2010-03-11 Thread DK
DK gmail.com> writes: > > I didn't include the code because its really just two lines, apologies: > Well it turns out I AM a moron. Finding len(x) gives me the length of the dictionary, not the number of entries. I should have used len(x['entries']). Using th

Re: [Tutor] Feedparser and google news/google reader

2010-03-11 Thread DK
Alan Gauld btinternet.com> writes: > > I have no idea if this is relevantt and without code I suspect we will all > be guessing blindly but... > > Have you checked Google's terms of use? I know they make it hard to > screen scrape their search engine so they may have similar limits on > their f

Re: [Tutor] Timezone issues with datetime module.

2010-03-10 Thread DK
kushal gupta gmail.com> writes: > > Hi,  I am facing an issue with datetime module with some timezones You may want to check out the pytz library at http://pytz.sourceforge.net/ for easier timezone manipulation. ___ Tutor maillist - Tutor@pytho