Look inthe demo that comes with wxPython it is in tree process and events -> threads . There is a nice demo of PostEvent(). Another way would be to use Queues as others have mention . You can create a new frame and have it call the queue for data.
M.E.Farmer -- http://mail.python.org/mailman/listinfo/python-list