Thanks. It was a problem in my controller code. I solved it by following the host2py example.
http://code.google.com/p/host2py/source/browse/trunk/controllers/default.py On Nov 22, 10:35 am, howesc <how...@umich.edu> wrote: > can't remember the symptions, but when using the bulk load option for > appconfig to upload/download data i have had to do the following: > > #/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_login.py > # > #line 260 in LoginCGI(), add: > # > # #hack for bulk loader > # redirect_url = continue_url > # output_headers.append(SetUserInfoCookie('t...@example.com', True)) > > note that the line number about is at least one GAE version out of date > because i am behind by at least 1 GAE version due to other bugs with GAE > SDK/web2py in the latest.