django-disqus icon indicating copy to clipboard operation
django-disqus copied to clipboard

django 1.4.8 No module named urllib.parse

Open embedded1 opened this issue 9 years ago • 1 comments

i just installed your library and got the above error, it is related to the following lines:

from django.utils.six.moves.urllib.parse import urlencode from django.utils.six.moves.urllib.error import URLError from django.utils.six.moves.urllib.request import ( ProxyHandler, Request, urlopen, build_opener, install_opener )

Can you fix this to support django 1.4.x versions?

embedded1 avatar Jan 05 '16 14:01 embedded1

Hi, django 1.4 is not supported because it is also unsupported by the django developers itself

arthurk avatar Jan 21 '16 08:01 arthurk