Hi All,

While trying to insert duplicate values in an unique column, I get the
"500 internal error" ugly page. So, tried to handle this using
"@exception_handler", but still could not avoid it.

Then, to have a sure shot, I tried handling the error in the code like
this:

try:
    ...
except:          # sure shot to handle any error
    ...

I still get the "500 internal error" page! I agree I am a newbie in
python, but this really makes me feel like a zero! How can a
"try...except" block not handle an exception!

Help!

Sanjay


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to