Looks like the sessions can't be loaded. Where do you keep them ? s
On 2/2/11, guisf <[email protected]> wrote: > Do you know the origin of this error? > > Traceback (most recent call last): > File "/usr/lib/pymodules/python2.5/web/application.py", line 240, in > process > return p(lambda: process(processors)) > File "/usr/lib/pymodules/python2.5/web/session.py", line 56, in > _processor > self._load() > File "/usr/lib/pymodules/python2.5/web/session.py", line 75, in > _load > d = self.store[self.session_id] > File "/usr/lib/pymodules/python2.5/web/session.py", line 211, in > __getitem__ > return self.decode(pickled) > File "/usr/lib/pymodules/python2.5/web/session.py", line 173, in > decode > return pickle.loads(pickled) > EOFError > > -- > 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. > > -- 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.
