On Dec 10, 8:05 pm, "Anand Chitipothu" <[EMAIL PROTECTED]> wrote:
> new: ShelfStore
Possible bug in ShelfStore.
It worked while i visit the index page first time, but it raised error
while i refresh the same page:
----
$ python iredadmin.py
http://0.0.0.0:8080/
127.0.0.1:58880 - - [10/Dec/2008 20:59:33] "HTTP/1.1 GET /" - 200 OK
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/web/application.py", line
209, in process
return p(lambda: process(processors))
File "/usr/lib/python2.4/site-packages/web/session.py", line 56, in
_processor
self._load()
File "/usr/lib/python2.4/site-packages/web/session.py", line 75, in
_load
d = self.store[self.session_id]
File "/usr/lib/python2.4/site-packages/web/session.py", line 296, in
__getitem__
self[k] = v # update atime
NameError: global name 'k' is not defined
127.0.0.1:58880 - - [10/Dec/2008 20:59:37] "HTTP/1.1 GET /" - 500
Internal Server Error
----
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---