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 environment.
On Fri, Mar 20, 2009 at 7:28 PM, Christian Heimes <li...@cheimes.de> wrote: > 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 everything until it > works. Have you removed the entire build directory before you recompiled > the package again? > > rm -r build && python2.5 setup.py build > > > The CMSG_* functions are used by the fd transer feature. Maybe solaris > doesn't support it, too? Please HAVE_FD_TRANSFER=0 and try it again. > > pyprocessing was added to Python 2.6 and 3.0 under the new name > multiprocessing. The multiprocessing package contains several fixes and > minor API changes. I'm maintaining a backport to Python 2.4 and 2.5. > > multiprocessing is a back port of the Python 2.6/3.0 > multiprocessing package. The multiprocessing package itself > is a renamed and updated version of R Oudkerk's pyprocessing > package. > > Christian > > -- > http://mail.python.org/mailman/listinfo/python-list > -- Thanx & Regards, Deepak Rokade Do what u Enjoy & Enjoy what u Do...........
-- http://mail.python.org/mailman/listinfo/python-list