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
- Re: Multiple thread program problem Gary Herron
- Multiple thread program problem Sam Raker
- Re: Multiple thread program problem Joonas Liik
- Re: Multiple thread program problem Mohan Mohta
- Re: Multiple thread program problem sohcahtoa82
- Re: Multiple thread program problem M2
- Re: Multiple thread program problem Cameron Simpson
- Re: Multiple thread program problem M2
- Re: Multiple thread program prob... Cameron Simpson
- Re: Multiple thread program problem M2
- Re: Multiple thread program problem Cameron Simpson