Re: [Tutor] open a webpage which may be unavailable

2007-10-18 Thread Alan Gauld
"pileux systeme" <[EMAIL PROTECTED]> wrote > I am trying to retrieve data from several webpages. > My problem is the following: after a random number of requests, > the page I'm trying to open is unavailable (and I get an IOError). > Note that the page may become available if I try again Thi

Re: [Tutor] open a webpage which may be unavailable

2007-10-18 Thread Kent Johnson
pileux systeme wrote: > Hello, > > I am trying to retrieve data from several webpages. My problem is the > following: after a random number of requests, the page I'm trying to > open is unavailable (and I get an IOError). Note that the page may > become available if I try again after some time

[Tutor] open a webpage which may be unavailable

2007-10-18 Thread pileux systeme
Hello, I am trying to retrieve data from several webpages. My problem is the following: after a random number of requests, the page I'm trying to open is unavailable (and I get an IOError). Note that the page may become available if I try again after some time. Since I have thousands pages