i want to capture run time errors so that the execution of program doesnt stop. like i want an error handler function ( that will email me or something like that ) on error and not stop the execution of program. how do i do this? i can not use try except for this... thanks
-- http://mail.python.org/mailman/listinfo/python-list