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
Hi,
It seems this code is meant for Python 2.7, is that right? Any advice for people using Python 3.4?
The text was updated successfully, but these errors were encountered:
You can run the setup.py file by yourself with the Python3.4 interpreter.
setup.py
Note that there is a typo error in util.py file (see my issue #44) so you have to fix it manually (it's quite easy to do)
util.py
Sorry, something went wrong.
Also, inside the util.py there is usage of urllib2, which is split into two packages in Python3, so you have to rewrite it too.
api密钥那个网站打不开了,无法获得,请问可以借用一下你们的api密钥么?谢谢啦大哥
重复的道歉,但这个API不会回来网上我会建议寻找一个替代解决方案
No branches or pull requests
Hi,
It seems this code is meant for Python 2.7, is that right? Any advice for people using Python 3.4?
The text was updated successfully, but these errors were encountered: