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.
Marcus Lowland wrote:
> 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
Marcus Lowland wrote:
> 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
>
> Traceb
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 ""
In <[EMAIL PROTECTED]>, Marcus Lowland
wrote:
> 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 o
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