Hi * can somebody give me a heads up on creating a thread in python app for SEMS
I have the following:
class TestThread:
def run(self):
info("test thread executing")
#create test thread
testThread = TestThread()
createThread(testThread)
the problem is that the it seems the thread never executes the code???????
cheers
Jason
_______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
