the default version of apache and mod_wsgi on centos 6.4. it was upgraded by web interface and i just replace the source code manually again and it seems fine now.
On Thursday, March 28, 2013 11:32:38 PM UTC+8, Massimo Di Pierro wrote: > > What Python version? What platform? > > On Thursday, 28 March 2013 02:08:39 UTC-5, vince wrote: >> >> i got this error once in a while, usually restart apache will fix it. it >> will only happens when using the auth module for login. any idea? the error >> log is short, any idea on how to trace out the problem? >> >> i am running web2py 2.4.5-stable+timestamp.2013.03.18.22.46.22 >> >> >> Traceback (most recent call last): >> File "/home/web2py/gluon/main.py", line 555, in wsgibase >> session._try_store_in_db(request, response) >> File "/home/web2py/gluon/globals.py", line 732, in _try_store_in_db >> or self._forget or self._unchanged(): >> File "/home/web2py/gluon/globals.py", line 719, in _unchanged >> session_pickled = cPickle.dumps(dict(self)) >> File "/usr/lib64/python2.6/copy_reg.py", line 84, in _reduce_ex >> dict = getstate() >> TypeError: 'NoneType' object is not callable >> >> -- --- 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/groups/opt_out.

