How to install Berkeley DB to use with Python 3?
1012724Jun 4 2013 — edited Jun 7 2013I have heard that Berkeley DB is a good database.
It seems it used to included in Python 2.x standard libraries but got excluded from 3.x version.
I want to use only Python 3.x, so I need to install Berkeley DB somehow to use it with Python 3.x.
Could you give me a step-by-step guide how to do it?
Thank you.