Hi, On 6/26/2014 9:51, Farrukh wrote: > Thanks werner for help but i was looking more of dialog box which says > this is error button at the bottom says send report then send email on > the back-end but with consent of user. The last link does that, it is an old version of what I use. At the time I had done it using BoaConstructor IDE, but it shouldn't be to difficult to adapt it.
When an exception occurs a dialog is shown and the user can send the log data (traceback et) via smtp or MAPI. Another related link: http://www.blog.pythonlibrary.org/2014/03/14/wxpython-catching-exceptions-from-anywhere/ Werner > > Farrukh > > On 26-Jun-14 12:30 PM, Werner wrote: >> 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 > > --- > This email is free from viruses and malware because avast! Antivirus > protection is active. > http://www.avast.com > > _______________________________________________ > FloatCanvas mailing list > [email protected] > http://mailman.paulmcnett.com/cgi-bin/mailman/listinfo/floatcanvas > _______________________________________________ FloatCanvas mailing list [email protected] http://mailman.paulmcnett.com/cgi-bin/mailman/listinfo/floatcanvas
