Re: Cpickle module... not in Lib installs

2005-03-25 Thread Marcus Lowland
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.

Re: Cpickle module... not in Lib installs

2005-03-25 Thread John Machin
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

Re: Cpickle module... not in Lib installs

2005-03-25 Thread Tim Jarman
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

Re: Cpickle module... not in Lib installs

2005-03-25 Thread Marcus Lowland
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 ""

Re: Cpickle module... not in Lib installs

2005-03-25 Thread Marc 'BlackJack' Rintsch
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

Cpickle module... not in Lib installs

2005-03-25 Thread Marcus Lowland
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