带有 Adwords API 的 Python 2.7:ImportError: cannot import name AdWordsClient

Posted

技术标签:

【中文标题】带有 Adwords API 的 Python 2.7:ImportError: cannot import name AdWordsClient【英文标题】:Python 2.7 with Adwords API: ImportError: cannot import name AdWordsClient 【发布时间】:2013-02-22 17:55:32 【问题描述】:

当我尝试在 Windws 7 中使用带有 Python 2.7 的 Adwords API 时出现以下错误: ImportError: 无法导入名称 AdWordsClient

使用以下代码(我从谷歌示例中获得):

import os
import sys
sys.path.insert(0, os.path.join('..', '..', '..', '..', '..'))

# Import appropriate classes from the client library.
from adspygoogle import AdWordsClient
from adspygoogle.common import Utils

【问题讨论】:

请编辑您的帖子以包含完整的回溯/错误消息。谢谢。 我已经解决了这个问题。我导入了库 fpconst。 【参考方案1】:

已经解决了。只需在代码开头添加一行:

import fpconst

【讨论】:

以上是关于带有 Adwords API 的 Python 2.7:ImportError: cannot import name AdWordsClient的主要内容,如果未能解决你的问题,请参考以下文章

如何通过 python adwords API 与 gclids 一起获得 adwords 转换?

使用 python 获取“成本”google adwords api

Python Adwords API 身份验证问题

Google Adwords API - 刷新令牌 - python

adwords api:检索每日支出(成本)

Google AdWords API Python 客户端仅返回 RefreshError: invalid_grant: Bad Request