Monu wrote:
So Can't I choose which module to use. Is there any preferance on
which shelve chooses these modules?
it uses the anydbm module to look for available DBM-style drivers, which
looks for modules in the following order: dbhash, gdbm, dbm, dumbdbm.
if you know which one you want, yo
On Sep 8, 1:47 pm, [EMAIL PROTECTED] wrote:
> Monu> When I am using shelve on my local machine it generates the db
> Monu> file as given filename. But in another machine it's generating
> Monu> .dat and .dir. can anyone tell me how can I force sheve
> Monu> module to write the db i
On Sep 8, 1:47 pm, [EMAIL PROTECTED] wrote:
> Monu> When I am using shelve on my local machine it generates the db
> Monu> file as given filename. But in another machine it's generating
> Monu> .dat and .dir. can anyone tell me how can I force sheve
> Monu> module to write the db i
Monu> When I am using shelve on my local machine it generates the db
Monu> file as given filename. But in another machine it's generating
Monu> .dat and .dir. can anyone tell me how can I force sheve
Monu> module to write the db in .dir and .dat,
Monu> instead of ? Do I have t