[PyKDE] ANN: new eric snapshot

Gordon Tyler gordon at doxxx.net
Sun Sep 19 00:21:42 BST 2004


Hi Detlev,

When running a script (using F2) that creates a threading.Thread, I get the 
following error in the Python-Shell when I call the thread's start():

Unhandled exception in thread started by <bound method DebugThread.bootstrap 
of <DebugThread.DebugThread instance at 0x421b03ec>>

The following snippet of code should reproduce the problem:

<<<
from threading import Thread

def run():
    print "test"

t = Thread(target=run)
t.start()
>>>

The error does not occur when I run the script from the commandline.

Thanks,
Gordon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20040919/4488bc8b/attachment.html


More information about the PyQt mailing list