I've been testing a session class written for Google App Engine which
is based on memcached.
It is a short script which seems to work very well with webapp (the
built-in web framework of GAE).
However, when trying t use it with webpy, I get this error:

  File "C:\Archivos de programa\Google\google_appengine
\luis1\main.py", line 39,
 in POST
    sess = gmemsess.Session(self)
  File "C:\Archivos de programa\Google\google_appengine
\luis1\gmemsess.py", line
 30, in __init__
    if name in rh.request.cookies:
AttributeError: 'index' object has no attribute 'request'

Since this is a very short script, I wonder if someone more
knowledgeable than I can help me figure out where is the problem and,
perhaps, we can adapt it for webpy.

The script is here: http://code.google.com/p/gmemsess/
and at the bottom of this page, there's a simple usage example.

Any hint would be highly appreciated...
Thanks!

Luis


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

Reply via email to