views:

31

answers:

1

I am using pyAWS wrapper for Amazon Web services. I want to show amazon search 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'

+3  A: 

You can get it here: http://aws.amazon.com/free/

FrankJK
+1 for your suggestion.
Tauquir