如何解决pyaws缺少参数问题?

时间:2010-10-25 08:13:53

标签: python amazon-web-services

我正在为Amazon Web服务使用pyAWS包装器。我想在我的网站上显示亚马逊搜索结果。对于搜索,我使用以下代码。

from pyaws import ecs
ecs.setLicenseKey('Your-AWS-License-Key')
books = ecs.ItemSearch('python', SearchIndex='Books')

但它给出了一个错误: u'ingParameter

1 个答案:

答案 0 :(得分:4)

您可以在此处获取:http://aws.amazon.com/free/