Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #103411

Re: nosepipe error

From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: nosepipe error
Date 2016-02-24 04:43 +1100
Message-ID <mailman.76.1456249408.20994.python-list@python.org> (permalink)
References <CAGGBd_rFDSg4QpGc34vZ+8ACbfSwhrJ+iLDSAXhCvhqrAW-arQ@mail.gmail.com>

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: nosepipe error Chris Angelico <rosuav@gmail.com> - 2016-02-24 04:43 +1100

csiph-web