11 Jun
2004
11 Jun
'04
11:02 a.m.
From: "hawelek_zeus" <hawelek@zeus.polsl.gliwice.pl>
Thanks for a help, I know how should I catch excetion, problem is that I don't kno how should I catch Bad Request Exception,
You can find a list of all of the 'trappable' python exceptions here: http://www.python.org/doc/current/lib/module-exceptions.html Find the one which matches the errors you are generating. Jonathan