Open carsonpun opened 7 years ago
Just tried something more to make it work:
I was using pip3 install disqus-python3
, which gave the above error.
If I use
pip3 install --upgrade https://github.com/disqus/disqus-python/archive/master.zip
I can do import disqusapi
without issues.
I have the same issue and fix with same way. Maybe anybody forgot update the package in Pip =P
After I started ipython3, and typed in the shell
import disqusapi
, it showedImportError: No module named 'httplib'
. Seems look like thedisqusapi
isn't supportingpython3
?I'm using
Python 3.5.2 :: Anaconda custom (x86_64)
Here's the error log: