Unable to compile pyprocessing module on SUN solaris

Christian Heimes lists at cheimes.de
Fri Mar 20 09:23:59 EDT 2009


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




More information about the Python-list mailing list