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

ImportError: No module named 'httplib' #1

Closed
zbence opened this issue Sep 5, 2016 · 5 comments
Closed

ImportError: No module named 'httplib' #1

zbence opened this issue Sep 5, 2016 · 5 comments

Comments

@zbence
Copy link

zbence commented Sep 5, 2016

ImportError: No module named 'httplib'

Thrown when try to run python manage.py cms check. My python version is 3.5 and these packeges are installed:

  • disqus-python (0.4.2)
  • djangocms-disqus (0.1.2)

Anyone met this error before?

@mishbahr
Copy link
Owner

mishbahr commented Sep 7, 2016

I'll look into this as soon as I can (probably this weekend)

@zbence
Copy link
Author

zbence commented Sep 29, 2016

Looks like this is a python2 <-> python3 compatibility problem because in python3 the httplib package was renamed. Any support for python3 will be available ?

@mishbahr
Copy link
Owner

mishbahr commented Sep 29, 2016

Unfortunately the issue is with the disqus python library: disqus-python
See disqus/disqus-python#25 and disqus/disqus-python#26

@mishbahr
Copy link
Owner

@zbence Can you try installing the latest disqus-python from github?

pip install git+https://github.com/disqus/disqus-python.git

@zbence
Copy link
Author

zbence commented Sep 30, 2016

Pulling the master branch of this repo and the disqus-python solved the problem. Thank you for your advice

@zbence zbence closed this as completed Sep 30, 2016
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