disqus / disqus-python

Disqus API bindings for Python
https://disqus.com/api/docs/
Apache License 2.0
165 stars 51 forks source link

Release 0.5.0 on pypi #26

Open lukasender opened 9 years ago

lukasender commented 9 years ago

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 commented 9 years ago

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 commented 8 years ago

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