urllib2 problem
Jeremy Martin
Jeremy.Martin at noaa.gov
Wed Oct 26 23:55:57 EDT 2005
More information about the Python-list mailing list
Wed Oct 26 23:55:57 EDT 2005
- Previous message (by thread): creating/altering the OpenOffice spredsheet docs
- Next message (by thread): urllib2 problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
List, I'm relatively new to using python for interacting with webpages but Ive run into a problem that really has me stumped. I wrote a script that would figure out all the variables needed to request data from a website. I originally just used urllib.urlopen and everything worked fine on my Windows PC at work. I tried the same script at home on my Fedora COre 3 box using python 2.4, and whenever I try to connect to the site I get the (110, Connection Timed Out) Error. At first I thought my firewall was causing problems with the script but I noticed an odd patten. If the web site asked to accept cookies (like the site I need) the script times out), if I point it to a site that doesnt it works fine. Ive tried several attempts at using urllib2 and the HTTPCookieProccessor and I still have no luck. Can anyone give me any advice or pointers on what may be the problem here? I apologize if this is kind of a rookie question but Ive been searching for about a week with no luck. Thanks! Jeremy Martin NWS WFO GLD
- Previous message (by thread): creating/altering the OpenOffice spredsheet docs
- Next message (by thread): urllib2 problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list