On Mon, Nov 10, 2008 at 7:00 AM, Jim Morcombe <jmorcombe at westnet.com.au> wrote: > I have been using > import cgitb; cgitb.enable() > > It seems to re-direct some of the errors to the browser, but obviously not > all. Right, if the script fails before that line runs, of course it will have no effect. Kent