(Hopefully) Simple Threading Question

John Abel johnfabel at btinternet.com
Tue Dec 3 06:09:51 EST 2002


Hi!

Hopefully, this is a simple question.  I have a script, made up of a few 
classes, one of which is run as a thread.  A main function, sorts out 
the thread, everything runs OK.  Now, I need to integrate this script, 
into another, which also handles threads.  My question is, can I put my 
main function, from the original script, into a class, which is then 
launched as a thread from my second script?

Thanks

John






More information about the Python-list mailing list