Tom B.:
If you're not having trouble saving with dict then use that. You only need
pickle if using lists or dicts are not doing the job when the data in them
are integers or long.
"Tom B." <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> "Rodney Dangerfield" <[EMAIL PROTECTED]> wr
"Rodney Dangerfield" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Greetz!
>
> Recently I started creating a CGI application for my gf that
> she would use for indexing and keeping track of her video
> collection.
>
> I am relatively new to python so I started with the basics.
> I
Greetz!
Recently I started creating a CGI application for my gf that
she would use for indexing and keeping track of her video
collection.
I am relatively new to python so I started with the basics.
I figured out how to extract the form field values in a
script and how to save to a file.
My ques