Thursday, March 6, 2014

Install multiprocessing library in python version less than 2.6

This is the way you could add it to python older version:

svn checkout https://python-multiprocessing.googlecode.com/svn/trunk python-multiprocessing

then navigate to the folder:
cd python-multiprocessing
python setup.py build
sudo python setup install

$ svn checkout https://python-multiprocessing.googlecode.com/svn/trunk python-multiprocessing

$ cd python-multiprocessing
$ make
$ make test
$ make examples

I got error when tried the previous method but the first one works.
All done...enjoy!


No comments:

Post a Comment