> Would anyone know how to find a solution for this problem, or maybe > another technique for catching application-wide database exceptions?
I'm sorry, I didn't catch the sentence that you already imported the exception in the first post. I don't know what to do else, except from making some nasty hack like "SQLAlchemyError" in tg_exceptions.__class__.__name__ which is of course ugly because it doesn't work for sub-classes. Other than that, I'd try to find more information about peak rules. Diez -- 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?hl=en.

