Re: [google-appengine] Problems trapping urlfetch DownloadError

2010-06-21 Thread djidjadji
Try it with --- except urlfetch.Error: --- You need to compare to the exception class not an instance of the exception class 2010/6/22 rpalmer68 : > Hi, I'm very new to GAE programming and I'm having problems trapping a > urlfetch error. > > The urfetch section of code I'm using is this; > --

[google-appengine] Problems trapping urlfetch DownloadError

2010-06-21 Thread rpalmer68
Hi, I'm very new to GAE programming and I'm having problems trapping a urlfetch error. The urfetch section of code I'm using is this; -- import urllib from google.appengine.api import urlfetch from google.appengine.api