We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey there :)
I'm curious. Do you happen to know when the next version (0.5.0 as the https://github.com/disqus/disqus-python/blob/master/CHANGES states) will be released? I'd like to use this package but I do not want to introduce the simplejson dependency.
simplejson
Thank you in advance and best regards.
The text was updated successfully, but these errors were encountered:
I thing I have get a old version, and the new one, because in line 15 is no import httplib
# pip install disqus-python $ python3 -c 'import disqusapi' Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/local/lib/python3.4/dist-packages/disqusapi/__init__.py", line 15, in <module> import httplib ImportError: No module named 'httplib'
Sorry, something went wrong.
@MarkusHackspacher that's because on Python 3 httplib was renamed to http.client
httplib
http.client
No branches or pull requests
Hey there :)
I'm curious. Do you happen to know when the next version (0.5.0 as the https://github.com/disqus/disqus-python/blob/master/CHANGES states) will be released?
I'd like to use this package but I do not want to introduce the
simplejson
dependency.Thank you in advance and best regards.
The text was updated successfully, but these errors were encountered: