There were some problems with PyPI packaging and carml. Lucky for you all, I now know waaay more than I did about setuptools and so carml 0.0.6 should be a "pip install carml" away.
To use "carml downloadbundle" you need to "pip install txsocksx" as well. On Debian:
sudo apt-get install libffi-dev build-essential python-pip python-virtualenv cd /tmp virtualenv funtimes ./funtimes/bin/pip install carml txsocksx ./funtimes/bin/carml downloadbundle
thanks, meejah