Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

django 1.4.8 No module named urllib.parse #72

Open
embedded1 opened this issue Jan 5, 2016 · 1 comment
Open

django 1.4.8 No module named urllib.parse #72

embedded1 opened this issue Jan 5, 2016 · 1 comment

Comments

@embedded1
Copy link

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?

@arthurk
Copy link
Owner

arthurk commented Jan 21, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants