nosepipe error

Chris Angelico rosuav at gmail.com
Tue Feb 23 12:43:18 EST 2016


On Wed, Feb 24, 2016 at 4:36 AM, Dan Stromberg <drsalists at 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



More information about the Python-list mailing list