Re: [Tutor] Shelve problem

2007-08-08 Thread Terry Carroll
On Wed, 8 Aug 2007, TheSarge wrote: > I have five data files, that are used to build a database. > > 1.txt > 2.txt > 3.txt > 4.text > 5.txt > > I want to build a database using a persistent dictionary (shelve). > > The specifications are that the key for each dictionary keyword pair, is the > l

[Tutor] Shelve problem

2007-08-08 Thread TheSarge
I have five data files, that are used to build a database. 1.txt 2.txt 3.txt 4.text 5.txt I want to build a database using a persistent dictionary (shelve). The specifications are that the key for each dictionary keyword pair, is the lefthand side value of the # sign, and the corresponding val