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 -- http://mail.python.org/mailman/listinfo/python-list
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 -- http://mail.python.org/mailman/listinfo/python-list