Hi,
Before upgrading was this: mod_wsgi 3.4/Python 2.7 + Web2py Version 2.5.1-stable [I have several applications in web2py] 1) upgrade to mod_wsgi 4.5.2/Python 2.7 + Web2py Version 2.14.6 After this, when starting apache the first application that came worked well, but the other (whatever) gave this error: Traceback (most recent call last): File "/home/myuser/web2py/gluon/main.py", line 438, in wsgibase session.connect(request, response) File "/home/myuser/web2py/gluon/globals.py", line 965, in connect session_pickled = pickle.dumps(self, pickle.HIGHEST_PROTOCOL) File "/home/myuser/web2py/gluon/storage.py", line 56, in <lambda> __getnewargs__ = lambda self: getattr(dict,self).__getnewargs__(self) TypeError: getattr(): attribute name must be string If restart apache again and went to another application, this worked well, but the other not 2) I back to mod_wsgi 3.4/Python 2.7 keeping Web2py Version 2.14.6 now i always get the same error, regardless of whether the server restart Any idea? José -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

