What is wrong with my Python threading?

Diez B. Roggisch deets at nospam.web.de
Tue May 20 09:34:44 EDT 2008


Chuckk Hubbard wrote:

> #!/usr/bin/python
> 
> #why doesn't this run both threads simultaneously?
> #Thanks for any help.
> #Chuckk

Because you should call thread.start().


Diez



More information about the Python-list mailing list