Daniel: > What do you get with: > import thread > thread.start_new_thread(int, ('1',2)) >
This results in the same error message: thread.error: can't start new thread Aahz: > You probably want to start by figuring out which threading library is > being used -- Python normally wants Posix threads, but IIRC, that's not > the default on HP-UX, and you may need to fix the build process to use > Posix. You're probably right, but I'm lost here, since I'm neither a *nix nor a HP-UX expert in building software from source. I'm used to "configure; make; make install", which usually works well on other platforms... Henning -- http://mail.python.org/mailman/listinfo/python-list