NameError in bottlenose API

121 views Asked by At

I installed bottlenose and tried this sample code:

import bottlenose
amazon = bottlenose.Amazon(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_ASSOCIATE_TAG)
response = amazon.ItemLookup(ItemId="0596520999", ResponseGroup="Images",

I put in all my keys but I always getting a NameError saying amazon is not defined.

Any ideas why?

0

There are 0 answers