SyntaxFix
Write A Post
Hire A Developer
Questions
If pip "says" six is installed but you're still getting:
ImportError: No module named six.moves
try re-installing six (worked for me):
pip uninstall six pip install six