I decided to give pelican a try, but when I run pelican-quickstart, I get the following dialog:
pelican
pelican-quickstart
$ pelican-quickstart Traceback (most re
I was running into the same error message.
six was also already installed, but an old version (1.4.1)
six
pip install six --upgrade
Installed six 1.10.0, which made pelican-quickstart finally work :)