I updated my web2py to the latest version and got the following error when 
I did "Clean" from Manage list. Is any one getting the same error? It was 
fine when I do with Rocket server but shows the error for Apache.


Versionweb2py™Version 2.4.7-stable+timestamp.2013.05.24.17.48.47PythonPython 
2.7.4: C:\UniServer\usr\local\apache2\bin\Apache.exe (prefix: C:\Python27)
Traceback

1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.

Traceback (most recent call last):
  File "C:\web2py\gluon\main.py", line 606, in wsgibase
    session._try_store_in_cookie_or_file(request, response)
  File "C:\web2py\gluon\globals.py", line 757, in _try_store_in_cookie_or_file
    self._try_store_in_file(request, response)
  File "C:\web2py\gluon\globals.py", line 763, in _try_store_in_file
    if not response.session_id or self._forget or self._unchanged():
  File "C:\web2py\gluon\globals.py", line 719, in _unchanged
    session_pickled = cPickle.dumps(dict(self))
  File "C:\Python27\Lib\copy_reg.py", line 70, in _reduce_ex
    raise TypeError, "can't pickle %s objects" % base.__name__
TypeError: can't pickle function objects

Error snapshot [image: 
help]<https://thksupport.com/admin/default/ticket/admin/199.66.161.38.2013-05-30.16-38-42.885887c8-fd50-445c-a2e0-7abb0c6e42db#>

<type 'exceptions.TypeError'>(can't pickle function objects)


-- 

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


Reply via email to