After much banging of my head against the brick wall I finally figured this
out. It was not django causing the problem. Replying here in case anyone
else experiences something similar. There were about a dozen different
libraries that use six.py all of which have their own copy instead of
ex
I've been using django to interface with a couple of data source libraries,
both of which use six. There appears to be some sort of conflict problem
between six and django.utils.six which causes ImportErrors.
For example, using the Reddit library "praw":
> from six.moves.urllib.parse import parse
2 matches
Mail list logo