thread

Oleg Broytmann phd at phd.pp.ru
Wed Jan 24 05:44:55 EST 2001


On Wed, 24 Jan 2001, Johan Jonkers 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?

   It is builtin (compiled from C) module. May be it just hasn't been
compiled in.

Oleg.
----
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list