Thanks! :D
--
http://mail.python.org/mailman/listinfo/python-list
FOUND ERROR! :D In creatin method of thread i wrote treadFunc() and should have
said threadFunc (as pointer). Now i have problem with Text component. How to
append string at end of it?
--
http://mail.python.org/mailman/listinfo/python-list
Thanks for help. Do you have any reference to direct me for that subprocess
creation?
--
http://mail.python.org/mailman/listinfo/python-list
Thanks for help. Do you have any reference to pint me out for that subprocess
creation?
--
http://mail.python.org/mailman/listinfo/python-list
Yeah, that seems to be problem. Waiting for message is in theory infinite. But
why doesn't this separate thread leave processor while it is sleeping?
--
http://mail.python.org/mailman/listinfo/python-list
When i try to run this code and to connect to server (server is written in java
that part of code is ok) everything stalls. Thread that i created here occupies
processor all the time and GUI freezes. It's supposed to be waiting for message
from server. (asynchronous one) Is there something that