problem with exception output

Quinn Dunkan quinn at vomit.ugcs.caltech.edu
Mon Feb 25 13:44:23 EST 2002


On Mon, 25 Feb 2002 10:30:25 +0100, Felix Seeger <seeger at sitewaerts.de> wrote:
>Hi
>
>I can't get the hole exception if my script (cgi) fails.
>I use this to get every exception:
>
>except:
>        print '<table width="100%">'

python2.2 has 'cgitb', which may already do what you want.



More information about the Python-list mailing list