A Visual Studio project to build leveldb python wrapper
-
Change the compile mode to Release X64.
-
Modify the python path in the settings.
-
Compile
-
Copy
./x64/Release/leveldb.pyd
toYOUR_PYTHON_ROOT/Lib/site-packages
. -
Run
python ./test-py-leveldb.py
. If everything is ok, you will gethello world
response and a folder nameddb
.