Re: Video Catalogue

2004-12-02 Thread Harlin Seritt
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

Re: Video Catalogue

2004-12-01 Thread Tom B.
"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

Video Catalogue

2004-11-30 Thread Rodney Dangerfield
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