Re: shelve file name extention

2008-09-11 Thread Fredrik Lundh
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

Re: shelve file name extention

2008-09-11 Thread Monu
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

Re: shelve file name extention

2008-09-11 Thread Monu
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

Re: shelve file name extention

2008-09-08 Thread skip
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