Thread: [Python] Exception Traceback Hook
basically trying when exception raised (from thread running) catch current exception , send important information remote server problem tracked, fixed , program updated. best way obtain accurate information? know on writing sys.stderr need implement kind of buffered reader because doesn't send entire traceback @ once.
ideas?
thanks
~cody
hi, check code.
code:try: #some code here except exception e: print "an error has occured" senderror(e)
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk [Python] Exception Traceback Hook
Ubuntu
Comments
Post a Comment