Possible Duplicate:
Amazon API library for Python?
I'm wanting to use the python-amazon-product-api wrapper to access the Amazon API:
http://pypi.python.org/pypi/python-amazon-product-api/
Unfortunately it relies on lxml which is not supported on Google Appengine.
Does anyone know a workaround? I'm only looking to do basic stuff with the API so could I use Elementtree instead? I'm a newbie so using anything other than how it comes out of the box is still a challenge :)
Thanks Tom