Re: conflicts with six.moves

2015-06-23 Thread ctrudeau
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

conflicts with six.moves

2015-06-22 Thread Christopher L. Trudeau
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