Passing data between threads

Uwe Hoffmann qual at tiscali.de
Sun May 2 08:51:19 EDT 2004


Uwe Hoffmann wrote:
> Erik de Castro Lopo wrote:
> 

>> thread.exit () but I can't figure out how.

oh you are using the "old thread" module. Try to switch to
the threading module if you are not on a very
old python version ( in this case the module Queue is not available)



More information about the Python-list mailing list