festivecasual / sigma-mud

Experimental MUD server in Python
0 stars 0 forks source link

BSDDB: Mac OS X Incompatibility #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We need to use DBM as a fallback to BSDDB in Mac OS X.  Perhaps use DBM no 
matter what system 
hosts the server.

This may break the shipped data file, but this could be fixed easily.  Need to 
research.

The OS X Python does not ship with BSDDB.

Original issue reported on code.google.com by bmcca...@gmail.com on 2 May 2008 at 5:26

GoogleCodeExporter commented 9 years ago
Solution:

http://docs.python.org/lib/module-anydbm.html

Original comment by bmcca...@gmail.com on 2 May 2008 at 5:29

GoogleCodeExporter commented 9 years ago
anydbm does not particularly resolve issue.  Replaced the whole system with 
Pickle.

Original comment by bmcca...@gmail.com on 4 May 2008 at 5:48