[twitter-dev] Re: Python urlopen public timeline timeout

2009-04-05 Thread Abraham Williams
I'm not familiar with Python but it sounds like you are missing a parameter that Python needs. On Sun, Apr 5, 2009 at 10:39, Anatoliy anatoliy.la...@gmail.com wrote: Hello. I'm trying to read public timeline in python: a = urllib2.urlopen(http://twitter.com/statuses/ public_timeline.xml

[twitter-dev] Re: Python urlopen public timeline timeout

2009-04-05 Thread Chad Etzel
Also, there was planned maintenance today if I recall, so you may have hit the outage window. When were you trying this? Does it work now? -Chad On Sun, Apr 5, 2009 at 1:58 PM, Abraham Williams 4bra...@gmail.com wrote: I'm not familiar with Python but it sounds like you are missing a

[twitter-dev] Re: Python urlopen public timeline timeout

2009-04-05 Thread Anatoliy
Thank you, I solve problem. My problem is bad internet connection. Python can't get public timeline at default timeout. On 5 апр, 21:58, Abraham Williams 4bra...@gmail.com wrote: I'm not familiar with Python but it sounds like you are missing a parameter that Python needs. On Sun, Apr 5,