Im new to python programming and have some difficulties while installing modules. I have installed mysql connector for python on mac and that worked just fine. Now Im trying to install qpid proton on mac http://qpid.apache.org/proton/.
Qpid does not have an installer like mysql, so I have to install it manually. Documenation really lacks. I have searched SO but easy_install or pip like described here does not seem to work for me. What is the most compatible way to install python modules on a Mac?
"PIP install proton" only installs part of the library, as said here https://pypi.python.org/pypi/python-qpid-proton/0.8.2
How do I install this library on mac?