Using python-amazon-product-api on Google Appengine without lxml [duplicate]
This question already has answers here : Closed 7 years ago . 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 You could try to use this fork. This is a minor fork