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!
--
http://mail.python.org/mailman/listinfo/python-list
I'm a novice at Python, and found some code samples on how to use
threads. My script is being run by a product that contains a Jython
interpreter. Can someone please explain why I get the following error:
Traceback (innermost last):
File "/full/path/to/file/GenerateData.py", line 104, in ?
F