我正在使用 pyAWS Amazon Web服务的包装。我想在我的网站上显示亚马逊搜索结果。为了搜索,我使用以下代码。
from pyaws import ecs ecs.setLicenseKey('Your-AWS-License-Key') books = ecs.ItemSearch('python', SearchIndex='Books')
但它给出了一个错误: u'ingParameter ’
u'ingParameter
你可以在这里找到它: http://aws.amazon.com/free/