7/29/2009

HOWTO install python multiprocessing module with python 2.5

Python 2.6 has multiprocessing by default, while 2.5 has not.
This is HOWTO install multiprocessing module with python 2.5.

download site : http://linux.softpedia.com/get/Programming/Libraries/python-multiprocessing-43286.shtml

In above site, download multiprocessing-2.6.1.1.tar.gz
uncompress, and run "sudo python setup.py install"
That's it

Detail is in INSTALL.txt file.

usage ref : http://kldp.org/node/107470

댓글 없음: