Skip to content

Instantly share code, notes, and snippets.

@batok
Created December 23, 2008 19:18
Show Gist options
  • Save batok/39427 to your computer and use it in GitHub Desktop.
Save batok/39427 to your computer and use it in GitHub Desktop.
URL: http://127.0.0.1:8080/login?came_from=http%3A%2F%2F127.0.0.1%3A8080%2Fmanage_permission_only
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/WebError-0.10-py2.6.egg/weberror/evalexception.py', line 429 in respond
app_iter = self.application(environ, detect_start_response)
File '/Users/director/turbogears_svn/trunk/tg/configuration.py', line 497 in remover
return app(environ, start_response)
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/repoze.tm2-1.0a3-py2.6.egg/repoze/tm/__init__.py', line 19 in __call__
result = self.application(environ, save_status_and_headers)
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/repoze.who-1.0.8-py2.6.egg/repoze/who/middleware.py', line 107 in __call__
app_iter = app(environ, wrapper.wrap_start_response)
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/ToscaWidgets-0.9.5dev_20081026-py2.6.egg/tw/core/middleware.py', line 36 in __call__
return self.wsgi_app(environ, start_response)
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/ToscaWidgets-0.9.5dev_20081026-py2.6.egg/tw/core/middleware.py', line 59 in wsgi_app
resp = req.get_response(self.application)
File 'build/bdist.macosx-10.3-ppc/egg/webob/__init__.py', line 1307 in get_response
File 'build/bdist.macosx-10.3-ppc/egg/webob/__init__.py', line 1275 in call_application
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/ToscaWidgets-0.9.5dev_20081026-py2.6.egg/tw/core/resource_injector.py', line 67 in _injector
resp = req.get_response(app)
File 'build/bdist.macosx-10.3-ppc/egg/webob/__init__.py', line 1307 in get_response
File 'build/bdist.macosx-10.3-ppc/egg/webob/__init__.py', line 1275 in call_application
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Beaker-1.1.2-py2.6.egg/beaker/middleware.py', line 81 in __call__
return self.app(environ, start_response)
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Beaker-1.1.2-py2.6.egg/beaker/middleware.py', line 159 in __call__
return self.wrap_app(environ, session_start_response)
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Routes-1.10.1-py2.6.egg/routes/middleware.py', line 118 in __call__
response = self.app(environ, start_response)
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Pylons-0.9.7rc4-py2.6.egg/pylons/wsgiapp.py', line 117 in __call__
response = self.dispatch(controller, environ, start_response)
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Pylons-0.9.7rc4-py2.6.egg/pylons/wsgiapp.py', line 316 in dispatch
return controller(environ, start_response)
File '/Users/director/tg/dic23/dic23/lib/base.py', line 36 in __call__
return TGController.__call__(self, environ, start_response)
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Pylons-0.9.7rc4-py2.6.egg/pylons/controllers/core.py', line 204 in __call__
response = self._dispatch_call()
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Pylons-0.9.7rc4-py2.6.egg/pylons/controllers/core.py', line 159 in _dispatch_call
response = self._inspect_call(func)
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Pylons-0.9.7rc4-py2.6.egg/pylons/controllers/core.py', line 95 in _inspect_call
result = self._perform_call(func, args)
File '/Users/director/turbogears_svn/trunk/tg/controllers.py', line 508 in _perform_call
self, controller, params, remainder=remainder)
File '/Users/director/turbogears_svn/trunk/tg/controllers.py', line 118 in _perform_call
response = self._render_response(controller, output)
File '/Users/director/turbogears_svn/trunk/tg/controllers.py', line 281 in _render_response
template_name=template_name)
File '/Users/director/turbogears_svn/trunk/tg/render.py', line 102 in render
template_vars.update(_get_tg_vars())
File '/Users/director/turbogears_svn/trunk/tg/render.py', line 53 in _get_tg_vars
flash = tg.get_flash(),
File '/Users/director/turbogears_svn/trunk/tg/flash.py', line 27 in get_flash
msg = session.get('flash_message', '')
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Paste-1.7.2-py2.6.egg/paste/registry.py', line 137 in __getattr__
return getattr(self._current_obj(), attr)
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Beaker-1.1.2-py2.6.egg/beaker/session.py', line 463 in __getattr__
return getattr(self._session(), attr)
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Beaker-1.1.2-py2.6.egg/beaker/session.py', line 459 in _session
**params)
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Beaker-1.1.2-py2.6.egg/beaker/session.py', line 103 in __init__
self.invalidate()
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Beaker-1.1.2-py2.6.egg/beaker/session.py', line 170 in invalidate
namespace.acquire_write_lock()
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Beaker-1.1.2-py2.6.egg/beaker/container.py', line 116 in acquire_write_lock
self.open('c', checkcount = True)
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Beaker-1.1.2-py2.6.egg/beaker/container.py', line 133 in open
self.do_open(flags)
File '/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Beaker-1.1.2-py2.6.egg/beaker/container.py', line 501 in do_open
self.hash = cPickle.load(fh)
TypeError: ('__init__() takes exactly 2 arguments (1 given)', <class 'repoze.what.authorize.NotAuthorizedError'>, ())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment