[spambayes-bugs] [ spambayes-Bugs-810344 ] On Mac OS X, should use 'dbm' instead of gdbm or bsddb

SourceForge.net noreply at sourceforge.net
Fri Jan 21 04:38:54 CET 2005


Bugs item #810344, was opened at 2003-09-22 12:56
Message generated for change (Comment added) made by anadelonbrin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=810344&group_id=61702

>Category: None
>Group: 1.0.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Timothy O'Malley (thisistimo)
>Assigned to: Skip Montanaro (montanaro)
Summary: On Mac OS X, should use 'dbm' instead of gdbm or bsddb

Initial Comment:
The Mac OS X download for Python 2.3 does not have the 
gdbm, bsddb, or bsddb3 modules.

It does, however, have a 'dbm' module.  The dbmstorage.py 
file should be updated to fallback to the dbm module if there 
are no gdbm, bsddb, or bsddb3 modules as a way to support 
Mac OS X.

There is  patch attached to fix this.


----------------------------------------------------------------------

>Comment By: Tony Meyer (anadelonbrin)
Date: 2005-01-21 16:38

Message:
Logged In: YES 
user_id=552329

Skip: assigning to you since you're the only developer that
I know has a mac :)

Is this correct?  Would this hurt?  If not, I don't see why
we couldn't add this (although people can always install
bsddb or use a pickle).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=810344&group_id=61702


More information about the Spambayes-bugs mailing list