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'
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to