Revision history [back]
You didn't mention it, but you probably mean that you ran into this when running python manage.py collectstatic (I'm assuming from your collectstatic tag).
I ran into this one recently, too. (v0.10.2)
Try this:
From within your virtual environment, run this, pip install six==1.10.0 (to downgrade six) and then try again.