I run the command:
feed = feedparser.parse('http://www.reddit.com/r/python/.rss')
print feed
and get the error message:
{'feed': {}, 'encoding': 'utf-8', 'bozo': 1, 'version': None, 'entries': [], 'bozo_exception': URLError(error(10060, 'Operation timed out'),)}
I can get the page in IE.
Did any one encountered this problem and managed to solve it?