Open GoogleCodeExporter opened 8 years ago
FYI there is already a package based on py-leveldb on pypi:
https://pypi.python.org/pypi/leveldb
Original comment by arnim...@gmail.com
on 25 Nov 2013 at 10:03
That's right and I'm already using this package.
However the leveldb version in the pypi package is 1.7 and the most recent
version of leveldb is 1.14. That's why I filed this request for either updating
the pypi package or update setup.py to also download, compile and install the
most recent released version of leveldb.
Thank you.
Original comment by legende2...@nexgo.de
on 26 Nov 2013 at 12:21
It looks like setup.py included in the latest tarball (leveldb-0.191.tar.tz) is
different from the version in the trunk. It would be nice if you can update the
setup.py to remove the dependency to ez-setyp. Thanks!
Original comment by ksato9...@gmail.com
on 9 Mar 2014 at 12:37
https://github.com/rjpower/py-leveldb/issues/3
Original comment by legende2...@nexgo.de
on 28 Mar 2014 at 1:06
Original issue reported on code.google.com by
legende2...@nexgo.de
on 25 Nov 2013 at 8:02