Re: Unable to compile pyprocessing module on SUN solaris

2009-03-26 Thread Deepak Rokade
Hi, I treed to comple the python 2.6 on Solaris 5.8 with gcc version 3.3.2 Initially multiprocessing package was not compile succesfully. below errors: Failed to find the necessary bits to build these modules: _bsddb _hashlib _sqlite3 _ssl _tkinter

Re: Unable to compile pyprocessing module on SUN solaris

2009-03-20 Thread Christian Heimes
Deepak Rokade wrote: > I am trying to build package "pyprocessing" for python 2.5 > > I am using sun machine with Solaris 5.8 > > drok...@himalaya:~/modules_python/processing-0.52 > (Deepak:)uname -a > SunOS himalaya 5.8 Generic_117350-35 sun4u sparc SUNW,Sun-Fire > > While building the package

Re: Unable to compile pyprocessing module on SUN solaris

2009-03-20 Thread Deepak Rokade
Great ! It worked. I set HAVE_FD_TRANSFER = 0 and now that is working. I guess this feature should be for distributing task to remote machines... I do not require it as of now but any idea when this will be supported in multiprocessing ? Is this code not considered to support sun Solaris environmen

Re: Unable to compile pyprocessing module on SUN solaris

2009-03-20 Thread Christian Heimes
Deepak Rokade wrote: > This did not wok. > I continued to get those warning and Import Error. > > I wanr through documentation of multiprocessing and it looks almost similar > to processing module. > Any advantages of multiprocessing module ? You may have to disable more features and recompile e

Re: Unable to compile pyprocessing module on SUN solaris

2009-03-20 Thread Deepak Rokade
This did not wok. I continued to get those warning and Import Error. I wanr through documentation of multiprocessing and it looks almost similar to processing module. Any advantages of multiprocessing module ? On Fri, Mar 20, 2009 at 6:53 PM, Christian Heimes wrote: > Deepak Rokade wrote: >

Re: Unable to compile pyprocessing module on SUN solaris

2009-03-20 Thread Christian Heimes
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 --

Unable to compile pyprocessing module on SUN solaris

2009-03-20 Thread Deepak Rokade
I am trying to build package "pyprocessing" for python 2.5 I am using sun machine with Solaris 5.8 drok...@himalaya:~/modules_python/processing-0.52 (Deepak:)uname -a SunOS himalaya 5.8 Generic_117350-35 sun4u sparc SUNW,Sun-Fire While building the package I get below warnings. (Deepak:)python