doukremt / python-sophia

Python bindings for the Sophia database library
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

install on pypy problem #1

Open evgenii-malov opened 9 years ago

evgenii-malov commented 9 years ago

I try to start lib with pypy and hove sime problems: http://stackoverflow.com/questions/28067085/install-python-sophia-database-bindings-with-pypy please help to fix

doukremt commented 9 years ago

Hi, There is no support for pypy packages. Please try to compile the extension with the setup.py installer.

hardc0d3 commented 9 years ago

Hi @doukremt, I did started impl of py bindings for sphia 1.2 ( sppy ). However there a two possible methods, one embedded in cpython module, and other cffi that should be available for pypy. Would you like together with @saghul to work on that. Sorry for writing here, but't cant find how to contact, other-way.