Is there a pure binary install for Python msgpack. I tried the download provided
here but when I unpack it and run
python setup.py install
it tries to run gcc. I'm on a minimal CentOS 6.3 box, which has no gcc and no internet configured at the point the msgpack install occurs. Is there a solution to this or do I have to have gcc to install msgpack?