On Nov 16, 5:35 am, "paul jobs" <[EMAIL PROTECTED]> wrote:
> user.py", line 225, in proxyfunc
> if 1:web.ctx.environ['com.saddi.service.session'] =
> web.utils.storify({'session': web.ctx.environ['beaker.session']})
> File "/home/mark/work/common/web/utils.py", line 817, in __getattr__
> return getattr(self._getd(), key)
> File "/home/mark/work/common/web/utils.py", line 64, in __getattr__
> raise AttributeError, k
> AttributeError: 'environ'" while reading upstream, client:
>
> what is difference between web.ctx.env and web.ctx.environ?
There is no difference. Both are same.
Looks like your are trying to use web.ctx.environ before it is loaded.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---