proc(f) isn't a callable, it's whatever it returns. IIRC, you need to do 
something like 'start_new_thread(proc, (f,))'
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to