Hi, On 6/26/2014 7:25, Farrukh wrote: > Hi sir, > can you please me, basically i want to trace console errors > of my python application, i have already added logging but they only > respond my own input. is there a way to trace console errors (stack > trace) and ask from user if he wants to send error report and when he > says yes then it emails that report to me. thanks in advance. A bit off topic but here a few links which might help.
http://www.blog.pythonlibrary.org/2014/01/31/wxpython-how-to-catch-all-exceptions/ http://www.blog.pythonlibrary.org/2012/09/12/python-101-exception-handling/ http://wiki.wxpython.org/CustomExceptionHandling Werner _______________________________________________ FloatCanvas mailing list [email protected] http://mailman.paulmcnett.com/cgi-bin/mailman/listinfo/floatcanvas
