You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I started ipython3, and typed in the shell import disqusapi, it showed ImportError: No module named 'httplib'. Seems look like the disqusapi isn't supporting python3?
I'm using Python 3.5.2 :: Anaconda custom (x86_64)
Here's the error log:
In [1]: import disqusapi
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-2-1dede7c1a4ae> in <module>()
----> 1 import disqusapi
/Users/kspun/anaconda3/lib/python3.5/site-packages/disqusapi/__init__.py in <module>()
13 __version__ = 'unknown'
14
---> 15 import httplib
16 import os.path
17 import simplejson
ImportError: No module named 'httplib'
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: