python threading

sameer sameer_ at email.com
Tue Apr 16 01:32:46 EDT 2002


I am trying to run multiple threads in a wxFrame class to instantiate
different panels within it on Win 2k,  and well, it's a little hairy. 
Anyone got a good web source that discusses python threading in depth?

More so, my question is, how can I get the return value of a function
that I run on a seperate thread?  I don't see anything for this in the
threading module.

Thanks in advance for your help!



More information about the Python-list mailing list