Threading problem

Laura Creighton lac at strakt.com
Wed Apr 3 12:28:53 EST 2002


> Me
> Take out the self in threading.Thread().__init__(self, name=thName)

> Queue.Queue() was designed for exactly what you want to do.  Its dead
> easy to use, as opposed to managind your own List and locks.
> See http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/82965
> for an example of how to use it.  Or go read Aahz's tutorial.

Ick.  Take out the () as well.  Sorry about that.
Laura






More information about the Python-list mailing list