session_pickled = pickle and pickle.dumps(self, 
pickle.HIGHEST_PROTOCOL)
        response.session_hash = session_pickled and 
hashlib.md5(session_pickled).hexdigest()

понедельник, 26 января 2015 г., 8:15:42 UTC+3 пользователь Dmitry Ermolaev 
написал:
>
>
> Traceback (most recent call last):
>   File "C:\web2py-m\gluon\main.py", line 435, in wsgibase
>     session.connect(request, response)
>   File "C:\web2py-m\gluon\globals.py", line 934, in connect
>     session_pickled = pickle.dumps(self, pickle.HIGHEST_PROTOCOL)
> TypeError: 'NoneType' object is not callable
>
>

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to