You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you should make sure libsnappy.so is in you system path, or use export LD_LIBRARY_PATH=$pathofsnappyyouinstall in you opening shell,then under python iteractive mode you can use 'import leveldb'.
Thanks for testing! I'll improve cpy-leveldb in later time!
In [1]: import leveldb
ImportError Traceback (most recent call
last)
/home/xxxxx/ in ()
ImportError: libsnappy.so.1: cannot open shared object file: No such file or directory
ubuntu 11.04 python2.5 snappy r48
The text was updated successfully, but these errors were encountered: