Hi, I'm building UI in pygtk to a su-do-ku solver. I'm using two threads 1 for the UI and another for the computation part. When i execute the program i the answer gets printed in the shell and not in the answer window which i've created.
Here is the link to the code https://gist.github.com/73a6d36061efa7265f93 First i wasn't using threads and it was working fine but after implementing using threads answer is not getting printed in the answer window. Can anyone help me with this? Jagdish
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
