How to build Python 2.6.2 on HP-UX Itanium with thread support?

ajaksu ajaksu at gmail.com
Wed May 13 15:42:24 EDT 2009


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



More information about the Python-list mailing list