开发者

How to resolve pyaws Missing parameter problem?

I am using pyAWS wrapper for Amazon Web services. I want to show amazon sea开发者_高级运维rch results on my web sites. For search I am using following codes.

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

But it gives an error: u'ingParameter'

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜