Hello.
I'm trying to read public timeline in python:
a = urllib2.urlopen("http://twitter.com/statuses/
public_timeline.xml")
But it generates exception:
urllib2.URLError: <urlopen error (60, 'Operation timed out')>Browser and wget still working. What problem I have?
