TypeError: unbound method must be called with class instance 1st argument
void.no.spam.com at gmail.com
void.no.spam.com at gmail.com
Wed Dec 20 19:50:09 EST 2006
Matimus wrote:
> > Can someone please explain why I get the following error:
>
> The following line:
> threading.Thread.__init__()
> Should be written as:
> threading.Thread.__init__(self)
Thank you!
More information about the Python-list
mailing list