From: Alec B. <wry...@gm...> - 2007-01-15 21:56:53
|
I'm trying to launch a long-running process from pythoncard, and am having trouble because it freezes up the GUI. I gather that the solution is to spawn a thread, but I would need to pass that thread quite a bit of information. Is there some standard way of doing this? Maybe there's some way of nesting a function in that subthread? Forgive what is probably a pretty fundamental question, but I'd rather get some advice on this than come up with some needless kludge. |