Thank for the detailed reply John! I guess it turned out to be a bit
tougher than I originally thought :-)
Reading over your links, I think I better not attempt rewriting the
zipfile.py program... a little over my head :-). The best solution,
from everything I read seems to be calling an unzip
Arrghh, I forgot about case sensitivities sorry about that
guys, I'm so used to not having to think about that. Thanks for having
patience with me and thanks for the explanations.
import cPickle
hehe... damn... tricky getting used to that :-)
Thanks again,
Marcus
--
http://mail.python.
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 ""
Hello, I'm fairly new to python and have read about and wanted to begin
experimenting with cpickle. As I understand, this should be a native
module in the python library. I have python 2.3 and now just installed
2.4, but am not able to import or find cpickle.py in any directory of
the install, or i