henning.vonbar wrote:
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "/usr/local/lib/python2.6/threading.py", line 952, in _test
>     t.start()
>   File "/usr/local/lib/python2.6/threading.py", line 471, in start
>     _start_new_thread(self.__bootstrap, ())
> thread.error: can't start new thread

What do you get with:
import thread
thread.start_new_thread(int, ('1',2))

?

Daniel
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to