When I try to import Session from mod_python in raccoon server.
I got a error msg like this.
[Wed Feb 14 13:32:23 2007] [error] [client 127.0.0.1] PythonHandler mod_python.publisher: ImportError: No module named cPickle
I only need the MemorySession
(MemorySession doesn't need cPickle. so i tried to write a fake
cPickle and tempfile module, but it doesn't work either)
to handle communication between two thread of a page
at the same time. What should i try?
thank you!



