thread

Pete Shinners shredwheat at mediaone.net
Wed Jan 24 12:18:01 EST 2001


"Johan Jonkers" <J.Jonkers at acriter.com> wrote
> At the company I work we use python 1.5.2 on Solaris. I made a python
> script on my home computer running linux (same python version btw), but
> when I tried it at work it couldn't find the thread module. I thought
> that the thread module was a standard module? Am I wrong in this?

before python 2.0, the default python compile did not include
threads. you'll need to ./configure --with-threads






More information about the Python-list mailing list