Thanks Marc, but... I've searched the file directories for cpickle (not specifying file type) and only came up with test_cpickle.py. Also, if cPickle.so were the correct file and existed in my lib then the following would not happen.
>>> import cpickle
Traceback (most recent call last):
File "<pyshell#0>", line 1, in -toplevel-
import cpickle
ImportError: No module named cpickle
>>>
--
http://mail.python.org/mailman/listinfo/python-list
