I'm interested in using pathos for research, and have tried installing it using the directions at https://pypi.python.org/pypi/pathos (using both easy_install and through building/installing from the tarball) as well as through $ pip install git+github.com/uqfoundation/pathos. For all of these, when I try running from pathos.multiprocessing import ProcessingPool in my python 2.7 interpreter I get ImportError: No module named multiprocessing
How should I be installing this to be able to use your Multiprocessing functionality? If you're able to update the documentation to clarify this, it would also help others with the same question!
Looking forwards to using it; it sounds like a very useful tool.