Re: urllib error on urlopen

2008-09-25 Thread Mike Driscoll
On Sep 24, 9:36 pm, Steven D'Aprano <[EMAIL PROTECTED] cybersource.com.au> wrote: > On Wed, 24 Sep 2008 08:46:56 -0700, Mike Driscoll wrote: > > Hi, > > > I have been using the following code for over a year in one of my > > programs: > > > f = urllib2.urlopen('https://www.companywebsite.com/somest

Re: urllib error on urlopen

2008-09-25 Thread Mike Driscoll
On Sep 24, 7:08 pm, Michael Palmer <[EMAIL PROTECTED]> wrote: > On Sep 24, 11:46 am, Mike Driscoll <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > I have been using the following code for over a year in one of my > > programs: > > > f = urllib2.urlopen('https://www.companywebsite.com/somestring') >

Re: urllib error on urlopen

2008-09-24 Thread Steven D'Aprano
On Wed, 24 Sep 2008 08:46:56 -0700, Mike Driscoll wrote: > Hi, > > I have been using the following code for over a year in one of my > programs: > > f = urllib2.urlopen('https://www.companywebsite.com/somestring') > > It worked great until the middle of the afternoon yesterday. Now I get > the

Re: urllib error on urlopen

2008-09-24 Thread Michael Palmer
On Sep 24, 11:46 am, Mike Driscoll <[EMAIL PROTECTED]> wrote: > Hi, > > I have been using the following code for over a year in one of my > programs: > > f = urllib2.urlopen('https://www.companywebsite.com/somestring') > > It worked great until the middle of the afternoon yesterday. Now I get > the

urllib error on urlopen

2008-09-24 Thread Mike Driscoll
Hi, I have been using the following code for over a year in one of my programs: f = urllib2.urlopen('https://www.companywebsite.com/somestring') It worked great until the middle of the afternoon yesterday. Now I get the following traceback: Traceback (most recent call last): File "", line 1,