On Wed, Feb 24, 2016 at 4:36 AM, Dan Stromberg <drsali...@gmail.com> wrote:
> Message: Unhandled exception in thread started by
> sys.excepthook is missing
> lost sys.stderr
>
> That 1433299041 looks like ASCII:
>>>> hex(1433299041)
> '0x556e6861'
>>>> chr(0x55) + chr(0x6e) + chr(0x68) + chr(0x61)
> 'Unha'
>
> ...but I'm not sure where to go with that from there.

My eye sees those characters as being the beginning of "Unhandled
exception in thread". You could be dealing with multiple levels of
cascading exceptions.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to