Closed lexplua closed 7 years ago
You miss the Compile step, after Add:
compiler = pykeyvi.StringDictionaryCompiler()
compiler.Add('a', 'b')
compiler.Compile()
compiler.WriteToFile('dump1.kv')
For your code WriteToFile should throw an exception. Looks like that does not happen?
I will check it. Maybe the python binding does not handle it correctly.
sample code
Stacktrace
OSX, Python 2.7/3.6