Re: [Tutor] cPickle/pickle help

2012-04-04 Thread b. nyec
--- On Wed, 4/4/12, Mark Lawrence wrote: > From: Mark Lawrence > Subject: Re: [Tutor] cPickle/pickle help > To: tutor@python.org > Date: Wednesday, April 4, 2012, 1:16 PM > On 04/04/2012 18:25, b. nyec wrote: > > Hello, > > > > I'm not sure if this is the

Re: [Tutor] cPickle/pickle help

2012-04-04 Thread Mark Lawrence
On 04/04/2012 18:25, b. nyec wrote: Hello, I'm not sure if this is the correct list to post this on, but i was wondering i someone could help me. I'm wondering if there exists a pickler example written in C ? I understand the cPickle module was written in C, but looking at it seems daunting t

Re: [Tutor] cPickle/pickle help

2012-04-04 Thread Alan Gauld
On 04/04/12 18:25, b. nyec wrote: I'm not sure if this is the correct list to post this on, No its not, this list is for folks learning Python the language. but i was wondering i someone could help me. You might get lucky here but are more likely to find responses on the main Python mailin

[Tutor] cPickle/pickle help

2012-04-04 Thread b. nyec
Hello, I'm not sure if this is the correct list to post this on, but i was wondering i someone could help me. I'm wondering if there exists a pickler example written in C ? I understand the cPickle module was written in C, but looking at it seems daunting to create sample code from it. I found