> Hello,

> I am just starting to play threading in python, here is a really
> interesting problem I am very curious about:
> "
> import thread
> def main():
>    thread.start_new(test.())

First, delete the dot after "test".
Second, is possibly that the Main() finishes before you can see the
print out of test().

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to