gaema

how to make this gaema demo running on google-app-engine..

this is the package which has a webapp demo in it : http://code.google.com/p/gaema/source/checkout but when i login use this demo , i get a error : so how to make this demo running on the gae-launcher thanks ...

gaema twitter handle error..

i use gaema for twitter user loggin http://code.google.com/p/gaema/ and my code is : class TwitterAuth(WebappAuth, auth.TwitterMixin): pass class TwitterHandler(BaseHandler): def get(self): twitter_auth = TwitterAuth(self) try: if self.request.GET.get("oauth_token", None): twitter_au...