What is the current level of support for threading in PyGTK? Last
time I checked, threading had problems because threads weren't enabled
upon entrance to main loop, and in several other places.
Specifically, how does Gtk's threading model mesh with Python's
threading? Is it possible for the main loop to be running in a
separate thread (and the application be responsive) while different
Python threads do useful work and update widgets accordingly?
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]