Skip to content

Dose this lib support indian amazon also ? #58

@redtoad

Description

@redtoad

Originally reported by Anonymous


because i am getting below issue while using in locale

In [4]: api = API(locale='in')
---------------------------------------------------------------------------
UnknownLocale                             Traceback (most recent call last)
<ipython-input-4-02f224675a03> in <module>()
----> 1 api = API(locale='in')

/usr/local/lib/python2.7/site-packages/amazonproduct/api.pyc in __init__(self, access_key_id, secret_access_key, locale, associate_tag, processor, cfg)
    153             self.host = HOSTS[self.locale]
    154         except KeyError:
--> 155             raise UnknownLocale(locale)
    156 
    157         # GAE does not allow timeouts to be specified manually

UnknownLocale: in```

----------------------------------------
- Bitbucket: https://bitbucket.org/basti/python-amazon-product-api/issue/58

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions