
Sept. 2, 2008
10:35 a.m.
Hi Gustavo Thanks for reply
I am trying to test the thread module that I have put on top of application
thread with a simple script that creates two threads. I am getting the
following error, the cause of error I cannot understand. The same script
when run with bare python, runs perfectly well
Traceback (most recent call last):
Unhandled exception in thread started by Assertion failed:
PyTuple_Check(mro), file .\Python\Objects\typeobject.c, line 824
File "thread_test.py", line 28, in <module>
mythread = thread.start_new_thread(func1,tuple)
SystemError: error return without exception set
ERROR: Failed to import Python module thread_test!