Hi, The local admin console is only designed to run on the dev_appserver. Although most of it will work in production, some, such as the task queue page, will not.
-Nick Johnson On Sat, Oct 3, 2009 at 11:25 AM, gimme <[email protected]> wrote: > > I just visiting my admin console with the following settings in > app.yaml: > > - url: /admin/.* > script: $PYTHON_LIB/google/appengine/ext/admin > login: admin > > > but when i visit the `Task Queues` menu , it seems error occured > somewhere in python lab. > > Traceback (most recent call last): > File "/base/python_lib/versions/1/google/appengine/ext/webapp/ > __init__.py", line 507, in __call__ > handler.get(*groups) > File "/base/python_lib/versions/1/google/appengine/ext/admin/ > __init__.py", line 292, in get > 'queues': self.stub.GetQueues(), > AttributeError: 'module' object has no attribute 'GetQueues' > > > -- Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
