Cpickle module... not in Lib installs

Marcus Lowland mcdesigns at walla.com
Fri Mar 25 19:30:33 EST 2005


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
>>>




More information about the Python-list mailing list