-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some errors ... #4
Comments
I've fixed this bug and commit the code on github, you can find the newest code and recompile it, it will be ok now. |
if any other problem found, i'm pleased to help you, thanks for your comments first :-) |
i've updated the code of cpy-leveldb, you can check out the newest code and On Sun, Apr 22, 2012 at 9:55 PM, ppacory <
责任与感恩祝好 中国科学院计算技术研究所 |
in /tmp/cpy-leveldb : ls -altotal 636 then what should I do ? |
please take a look at README and follow the instructions there :-), if you run into any problems, I'm pleased to hear your feedbacks. |
1.1 Build Snappy$ cd snappy 1.2 Build LevelDB$ cd leveldb 1.3 Then, build the extension itself$ python setup.py build |
1.1 Build Snappy In accordance with the above approach, I encountered a problem。Because in /tmp/cpy-leveldb-master/snappy,there is without this document:configure,so i can't run the " ./configure " command。 |
oops, when building snappy, you should run ./autogen.sh first, and then On Wed, Jan 16, 2013 at 4:10 PM, targetzzb notifications@github.com wrote:
责任与感恩祝好 中国科学院计算技术研究所 |
i've just get the git clone of : git://github.com/forhappy/cpy-leveldb.git
i'm on ubuntu 11.10
here are my problem :
in /tmp/cpy-leveldb :
cd snappy
but no ./configure file need to ./autogen.sh first
after done everything in the README.TXT
all compile installation ok
But when try python and test leveldb i've got that :
the import of leveldb ok
Python 2.7.2+ (default, Oct 4 2011, 20:03:08)
[GCC 4.6.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import leveldb
db = leveldb.LevelDB("/tmp/leveldb")
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'module' object has no attribute 'LevelDB'
thks for help
The text was updated successfully, but these errors were encountered: