Programming on my Mac I've got a window where clicking the OK button needs to update a text field with a calculation that takes a long time.
Suspecting a blocking or thread issue, I updated my code using the threaded module with a worker function that just printed out a long for loop. Yet even after that attempt I still get the same error (and the worker loop keeps on going). What's the work-around, or does PyGUI not support extended tasks? -Adam
_______________________________________________ Pygui mailing list [email protected] http://mail.python.org/mailman/listinfo/pygui
