I download and install the transifex with several steps but I always get Error cannot import name six
:
apt-get install python-dev
apt-get install gcc make
install python python-setuptools python-imaging
easy_install transifex
easy_install pip
pip install django-celery
How can I run the transifex without error?