Problem w/Cookies Module?

Dan Gindikin dan at netrics.com
Thu May 11 16:24:42 EDT 2000


I don't know if this problem is what you are seeing, but there is A
known problem with the cookie module. Well, not with the cookie
module, but with the cPickle module that it uses.

On unix it resulted in a segfault, I don't know what the effect would
be in windows.

An easy way to check if this is what you are seeing, is to edit your
cookie.py file, and make it import Pickle instead of cPickle.

Dan


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list