Deepak Rokade wrote: > How can I get rid of this ? > Is this package not available for sun solaris ? Apparently Solaris doesn't support sem_timedwait(). You have to disable the feature in setup.py:: HAVE_SEM_TIMEDWAIT=0 Why are you using pyprocessing instead of multiprocessing? Christian