Possible duplicate:
Amazon API Library for Python?
I want to use the python-amazon-product-api shell to access the Amazon API:
http://pypi.python.org/pypi/python-amazon-product-api/
Unfortunately, it relies on lxml, which is not supported in the Google Appengine app.
Does anyone know a workaround? I'm only looking to do basic things with an API, so that I can use Elementtree instead? I'm a newbie, so using anything else besides how it comes out of the box is still a problem :)
Thanks tom
source share