clvanwall <clvanw...@gmail.com> writes: > I found that bsddb module was removed from Python3. Is there a > replacement for it?
Try "dbm" which has a few options for the underlying engine. Alternatively, try sqlite3. -- https://mail.python.org/mailman/listinfo/python-list