You may have a some weird object stored in the session. Something unpickable. db, tables, rows, sessions, functions, files, cannot be stored in session.
Massimo On Dec 10, 10:44 am, voltron <[EMAIL PROTECTED]> wrote: > I am getting this error from a new appliance that I am coding: > > Traceback (most recent call last): > File "E:\projects\test\website\web2py\test\gluon\main.py", line 228, > in wsgibase > session._try_store_on_disk(request,response) > File "E:\projects\test\website\web2py\test\gluon\globals.py", line > 204, in _try_store_on_disk > cPickle.dump(dict(self),response.session_file) > RuntimeError: maximum recursion depth exceeded > > Does anyone have an idea what could be causing it? > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

