Re: [google-appengine] downloading source code with 1.4.0 fails with a 403, but I'm the only maintainer!

2010-12-04 Thread Ben Adida
I'm not using a browser, I'm downloading the code using appcfg.py. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google

[google-appengine] downloading source code with 1.4.0 fails with a 403, but I'm the only maintainer!

2010-12-03 Thread Ben Adida
subject says it all: I'd like to download the code for an older app I haven't touched in a while, but need to update. When I try to download, I get a 403 saying I'm not allowed to download this version. The documentation seems to indicate that this happens when another developer uploaded that versi

[google-appengine] Re: twitter oauth

2009-08-07 Thread Ben Adida
t even issued the request to Twitter at all. Something is off with the GAE-to- Twitter connectivity... -Ben On Aug 7, 3:15 pm, Ben Adida wrote: > Hi folks, > > I've been developing an app that does logins via twitter's oauth API. > I'm using twitteroauth-python &g

[google-appengine] Re: twitter oauth

2009-08-07 Thread Ben Adida
but again it's super fast from my desktop machine contacting Twitter, so... any ideas? Thanks! -Ben On Aug 7, 3:19 pm, Jason Salas wrote: > i saw something about OAuth being down...probably not your code.  :) > > On Sat, Aug 8, 2009 at 8:15 AM, Ben Adida wrote: > > > Hi fo

[google-appengine] twitter oauth

2009-08-07 Thread Ben Adida
Hi folks, I've been developing an app that does logins via twitter's oauth API. I'm using twitteroauth-python http://github.com/harperreed/twitteroauth-python/tree/master which has been working great in my dev environment. Unfortunately, now that I'm starting to deploy, I'm getting errors at th

[google-appengine] Re: suddenly, a new error in Cheetah in production GAE, doesn't occur in SDK

2008-11-16 Thread Ben Adida
init__.py file from 1.1.5, rename it, > and included it with your application. > > Just change the imports, replacing from google.appengine.ext import db with > from Db import db (assuming you changed the name of __init__.py to Db.py, > for instance). > > Hope this helps, sorry f

[google-appengine] Re: suddenly, a new error in Cheetah in production GAE, doesn't occur in SDK

2008-11-14 Thread Ben Adida
Niccolai <[EMAIL PROTECTED]> wrote: > > > Hi Ben, > > > > Can you provide a more complete example of the code that causes this > > issue? > > > As well as the complete stack trace. > > > > Thanks, > > > Marzia > > >

[google-appengine] Re: suddenly, a new error in Cheetah in production GAE, doesn't occur in SDK

2008-11-14 Thread Ben Adida
> > Thanks, > Marzia > > On Fri, Nov 14, 2008 at 9:40 AM, Ben Adida <[EMAIL PROTECTED]> wrote: > > > Suddenly, I'm getting the following errors on just about every page: > > > if hasattr(obj, 'has_key') and obj.has_key(key): > > TypeError:

[google-appengine] suddenly, a new error in Cheetah in production GAE, doesn't occur in SDK

2008-11-14 Thread Ben Adida
Suddenly, I'm getting the following errors on just about every page: if hasattr(obj, 'has_key') and obj.has_key(key): TypeError: has_key() takes exactly 1 argument (2 given) This is within the Cheetah templating library, _valueForName function. I haven't modified the Cheetah code, nor have I mo