esult = self.handle_with_processors()
File "/home/mark/work/common/web/application.py", line 183, in
handle_with_processors
return process(self.processors)
File "/home/mark/work/common/web/application.py", line 180, in process
return self.handle()
File "/home/mark/work/common/web/application.py", line 172, in handle
return self._delegate(fn, self.fvars, args)
File "/home/mark/work/common/web/application.py", line 361, in _delegate
return handle_class(cls)
File "/home/mark/work/common/web/application.py", line 336, in
handle_class
return tocall(*args)
File "/home/mark/work/cute/user.py", line 81, in proxyfunc
if 1:web.ctx.environ['com.saddi.service.session'] =
web.utils.storify({'session': web.ctx.environ['beaker.session']})
KeyError: 'beaker.session'
using
http://code.google.com/p/modwsgi/wiki/IntegrationWithWebPy
*application = web.application(urls, globals()).wsgifunc() *
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---