urllib timeout

kBob krdean at gmail.com
Wed Jul 28 17:44:04 EDT 2010


On Jul 28, 12:44 pm, John Nagle <na... at animats.com> wrote:
> On 7/27/2010 2:36 PM, kBob wrote:
>
>
>
>
>
>
>
> >   I created a script to access weather satellite imagery fron NOAA's
> > ADDS.
>
> >   It worked fine until recently with Python 2.6.
>
> >   The company changed the Internet LAN connections to "Accept Automatic
> > settings" and "Use automatic configuration script"
>
> >   How do you get urllib.urlopen to use the the "automatic script"
> > configuration?
>
> >   This code worked recently, until the company implemented these LAN
> > connections...
>
> >      SAT_URL = "http://adds.aviationweather.gov/data/satellite/
> > latest_BWI_vis.jpg"
>
>    Try
>
> https://adds.aviationweather.gov/data/satellite/latest_BWI_vis.jpg
>
>    The aviationweather.gov site will accept a HTTPS request.
>
>    Maybe that will bypass whatever lame web proxy is in the way.
>
>                                         John Nagle- Hide quoted text -
>
> - Show quoted text -

Same error - 10060.

Thanks for the suggestion.

Kelly



More information about the Python-list mailing list