在Python中,我使用了easy_install并尝试安装oauth2。然后我发现它需要httplib2。
在命令提示符中使用:easy_install httplib2。 并在site-packages目录中找到了httplib2 0.7.6 egg。
但是当我这样做的时候 导入httplib2 它回来了:ImportError:没有名为httplib2的模块
我可以让'import httplib2'工作的唯一方法是首先在shell中的httplib2包中运行安装文件,然后'import oauth2'。
我不知道该如何处理,因为我需要oauth2来连接Yelp API。请帮帮我,谢谢sooooooooooooo !!!!