Hi, I'm porting a rather large quixote app from an ancient version of quixote to 1.2 and i'm having a problem with exception handling. It seems that only PublishErrors are now handled by _q_exception_handler. Any other exception that arises ends up showing the user a rather unfriendly error message. Is there anything other than putting a try and except around every line of code that I can do to get _q_exception_handler to handle all exceptions?
Thanks for your time, Jamie Hillman _______________________________________________ Quixote-users mailing list [email protected] http://mail.mems-exchange.org/mailman/listinfo/quixote-users
