Convert String to Dictionary question

MDK mdk at mdk.com
Fri Feb 15 14:54:07 EST 2002


"MDK" <mdk at mdk.com> wrote in message
news:a4j1h7$kker$1 at ID-98166.news.dfncis.de...
> Okay, I am conviced that I should use cPickle over evel().
>
> However, this brings me to another question.  Athough I use Python 2.2 I
> need to be sure that everything I do is compatable with 1.5.  Is there a
> chart somewhere that will show me, for example, that cPickle will work
with
> both versions?
>
> Thanks for all the replies.
>
>

Maybe cPickle won't work for me:

  File "C:\Python22\!MyTest\pipe.py", line 88, in put
    pic = cPickle.dumps(object,1)
cPickle.UnpickleableError: Cannot pickle <type 'array'> objects





More information about the Python-list mailing list