I am trying to build a twitter app on google appengine using Python. I have used a Python Library called Twython to make the app on my Python script. However, when I try to use it in conjunction with google appengine, the application doesn't build i.e. I am having a problem installing Twython library on my google appengine Python script.
I have pasted Twython library I downloaded in the root folder of the app and used sys.path.insert(0,Lib)
as mention in this answer and this. However, nothing works. As I am a beginner Python developer and new to google appengine, I would much appreciate a very detailed answer.
I thank you for your effort in answering my question in advance.