Hi i am new to GAE and python. I am trying to create small web application in GAE using python. I intend to use Unirest module in application.
I followed instruction in this post and got following error.
no module named poster.encode
How can i install unirest successfully in GAE ?
Thanks