ImportError:即使在安装oauth2之后也没有名为oauth的模块

时间:2013-05-12 11:23:18

标签: python oauth-2.0 twitter-oauth

我正在尝试访问实时Twitter推文。

我通过运行:

安装了oauth2
python setup.py install

cmd显示了这一点:

Installed c:\python27\lib\site-packages\httplib2-0.8-py2.7.egg
Finished processing dependencies for oauth2==1.5.211

但现在当我尝试在我的代码中使用oauth2模块时:

import oauth2 as oauth

弹出此错误:

Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    import oauth2
ImportError: No module named oauth2

我做错了什么?

0 个答案:

没有答案