Re: shove does not store data as expected

2010-04-21 Thread Alex
On 21 Apr, 12:36, Chris Rebert wrote: [cut] > > Explanation: > The explicit assignment back to the `store` pseudo-dictionary lets it > properly update its internal state to reflect the change to the value > (in this case, the list) associated with the region key. In your > original version, you me

Re: shove does not store data as expected

2010-04-21 Thread Chris Rebert
On Wed, Apr 21, 2010 at 2:51 AM, Alex wrote: > I'm trying to use the shove module (http://pypi.python.org/pypi/shove) > for a simple script. The script read a CSV file ad store the data. > When I check the content of the "store" object (instance of Shove) > *before* I close it, the data are all th

shove does not store data as expected

2010-04-21 Thread Alex
Dear all, I'm trying to use the shove module (http://pypi.python.org/pypi/shove) for a simple script. The script read a CSV file ad store the data. When I check the content of the "store" object (instance of Shove) *before* I close it, the data are all there but when I close and re- open it some da