【发布时间】:2016-10-23 04:59:16
【问题描述】:
我正在使用一个名为 AirTable 的在线电子表格应用程序,并且需要能够使用 Python 访问 API。
如 Github 上所述,API 有一个 python 接口: https://github.com/bayesimpact/airtable-python
我已按照入门说明进行操作,但在运行代码时出现以下错误: AttributeError: 模块 'airtable' 没有属性 'Airtable'
我做错了什么?
【问题讨论】:
标签: python module importerror attributeerror airtable