py-leveldb-windows
py-leveldb-windows copied to clipboard
build error for unresolved external symbol initleveldb
Hi, happynear
After I change the compile mode to Release X64 and modify the python path in the settings,
I meet the followed problem:
Error 117 error LNK2001: unresolved external symbol initleveldb E:\py-leveldb-windows-master\build\leveldb.def
Should I put the leveldb.lib into the Link input setting
?
@David-Guo were you able to find a solution for this?
same for me
@David-Guo where did you get leveldb.lib file ?
and did it worked?
This is what you see if you're building for Python 3 and haven't modified /win32_impl_src/leveldb.def
as described in the Readme under "Compile using Python3".