I am trying to use level db in my python project. I zeroed in on python binding PlyVel http://plyvel.readthedocs.org/en/latest/installation.html, which seems to be better maintained and documented python binding.
However installation fails for plyvel
plyvel/_plyvel.cpp:359:10: fatal error: 'leveldb/db.h' file not found
#include "leveldb/db.h"
So i believe i have to install leveldb to my machine. I did not find installation guide for leveldb for macosx. I have downloaded the tarball for leveldb, https://code.google.com/p/leveldb/downloads/list. Make file compiles the code, but the plylevel still fails. How should i compile the level db such that its binaries are made available to plyvel.