Re: [Tutor] Handling Unpickled Data

2005-07-05 Thread Don Parris
On 7/5/05, Don Parris <[EMAIL PROTECTED]> wrote: > Greetings, > > I have a script that gets a little info from the user, using a > dictionary, which I then store in a file via cPickle. This pickle > concept must be good for something, but I haven't figured out exactly > what just yet. At any rat

[Tutor] Handling Unpickled Data

2005-07-05 Thread Don Parris
Greetings, I have a script that gets a little info from the user, using a dictionary, which I then store in a file via cPickle. This pickle concept must be good for something, but I haven't figured out exactly what just yet. At any rate, I would like to now get the code and be able to display on