Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用以下方法安装了 google adwords API:
python setup.py 构建安装
但是,当我加载 python 并尝试导入其中一个模块时,我得到以下信息:
from oauth2client import client ImportError:没有名为 oauth2client 的模块
from oauth2client import client
ImportError:没有名为 oauth2client 的模块
或者
from adspygoogle import AdWordsClient ImportError:无法导入名称 AdWordsClient
from adspygoogle import AdWordsClient
ImportError:无法导入名称 AdWordsClient
我该如何解决?
oauth2client 库可以轻松连接到受 OAuth 2.0 保护的资源。oauth2client 库是 google-api-python-client 的一部分,但如果您只需要 OAuth 2.0 功能,也可以单独下载。
该库支持以下 Python 环境:
Python 2.4、2.5、2.6、2.7 谷歌应用引擎 Django