You think "(f)" makes a tuple, but it does not.
the parentesis is not the tuple constructor, the comma is
try:
t=thread.start_new_thread(proc,(f,))
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to