Differences between revisions 2 and 3
Revision 2 as of 2011-03-16 21:30:37
Size: 1117
Editor: PaulBoddie
Comment: Tidied formatting and added heading.
Revision 3 as of 2011-03-16 23:05:31
Size: 1292
Editor: 12
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
A philosophical discussion appears to be appropriate here. How in fact does one get one's self out of _limbo? The answer my friend is blowing in the wind. The answer is ...

Asking for Help: I'm taking an unhandled threading exception that I've been unable to locate

I keep getting this unhandled exception, but I believe I have placed try except statements in all my threads. Any thoughts?

Unhandled exception in thread started by <bound method Thread.__bootstrap of <Thread(Thread-169204, stopped 1004)>>
Traceback (most recent call last):
  File "C:\Python27\lib\threading.py", line 503, in __bootstrap
    self.__bootstrap_inner()
  File "C:\Python27\lib\threading.py", line 518, in __bootstrap_inner
    del _limbo[self]
KeyError: <Thread(Thread-169204, stopped 1004)>

A philosophical discussion appears to be appropriate here. How in fact does one get one's self out of _limbo? The answer my friend is blowing in the wind. The answer is ...

When answering questions, add the CategoryAskingForHelpAnswered category when saving the page. This will move the link to this page from the questions section to the answers section on the Asking for Help page.


CategoryAskingForHelp

Asking for Help/I'm taking an unhandled threading exception that I've been unable to locate (last edited 2011-03-31 20:02:24 by PaulBoddie)

Unable to edit the page? See the FrontPage for instructions.