Traceback (most recent call last):
File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
web/application.py", line 240, in process
return p(lambda: process(processors))
File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
web/session.py", line 56, in _processor
self._load()
File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
web/session.py", line 75, in _load
d = self.store[self.session_id]
File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
web/session.py", line 211, in __getitem__
return self.decode(pickled)
File "/usr/local/lib/python2.6/site-packages/web.py-0.32-py2.6.egg/
web/session.py", line 173, in decode
return pickle.loads(pickled)
EOFError
I'm getting this random. On my dev machine (Windows) code works ok,
but when I uploaded it to other box (FreeBSD) I sometimes get this
strange error
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---