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

Release 0.5.0 on pypi #26

Open
lukasender opened this issue Jun 9, 2015 · 2 comments
Open

Release 0.5.0 on pypi #26

lukasender opened this issue Jun 9, 2015 · 2 comments

Comments

@lukasender
Copy link

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.

@MarkusHackspacher
Copy link

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'

@shackra
Copy link

shackra commented May 6, 2016

@MarkusHackspacher that's because on Python 3 httplib was renamed to http.client

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

3 participants