Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #103411 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2016-02-24 04:43 +1100 |
| Last post | 2016-02-24 04:43 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: nosepipe error Chris Angelico <rosuav@gmail.com> - 2016-02-24 04:43 +1100
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2016-02-24 04:43 +1100 |
| Subject | Re: nosepipe error |
| Message-ID | <mailman.76.1456249408.20994.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web