I\'m currently writing a program in python with a gui using wxpython. The program has a function which evaluates several pythonscripts and will therefore hang up the gui. I am t
Basically, you can't. You need to pass the results back and let the GUI thread update the listctrl and textctrl.
listctrl
textctrl
See this mailing list thread for information about the pickling error.