shelve seg error

Philippe C. Martin pmartin at snakecard.com
Wed Dec 7 08:08:39 EST 2005


OK, Thanks

On Tue, 06 Dec 2005 15:41:08 +0100, Fredrik Lundh wrote:

> Philippe C. Martin wrote:
> 
>> Can I ask anydb which db it's using ?
> 
> the page says
> 
>     If the database file already exists, the whichdb module is used to determine its
>     type and the appropriate module is used; if it does not exist, the first module
>     listed above that can be imported is used
> 
> where "above" refers to the list
> 
>     dbhash (requires bsddb), gdbm, or dbm. If none of these modules is installed,
>     the slow-but-simple implementation in module dumbdbm will be used.
> 
> so the culprit in your case is either whichdb itself, or dbhash/bsddb...
> 
> </F>




More information about the Python-list mailing list