Ognjen Bezanov <[EMAIL PROTECTED]> writes:
> But if I run the loop directly (i.e. not using threads, just calling the
> function) it works just fine. What could the problem be?

You have to say args=(cmddata,) with the comma inside the parens,
to make a seqence instead of a parenthesized expression.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to