Dennis Lee Bieber ha scritto:
> Ah, sorry... Warned you that I didn't test...
>
> Duplicate the block of lines with the .join() calls. Put this block
> just before them, but after the threading.Thread calls, and change the
> .join() to .start()
Tnx Dennis I resolved yesterday after th
Hi Dennis,
I have another little problem with your source:
Traceback (most recent call last):
File "main.py", line 86, in
kdi.join() # wait for kdi thread to exit NO CPU HOG BUSY LOOPS
File "d:\programmi\python25\lib\threading.py", line 549, in join
assert self.__started, "cannot joi
Tnx Dennis,
this is my first python program, so I don't know every modules :(
Anyway thank you so much for the suggestions, corrections and for the
whole program :)
Thank you
--
http://mail.python.org/mailman/listinfo/python-list