sirn/flask-couchdbkit

restkit api change

Closed this issue · 2 comments

When doing a fresh pip install in a virtualenv installs version 4.1.1 of restkit,

Importing couchdbkit fails:

>>> import flask.ext.couchdbkit
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "..../env/local/lib/python2.7/site-packages/flaskext/couchdbkit.py", line 16, in <module>
    from restkit.manager import Manager
ImportError: No module named manager
sirn commented

Thanks for report (and sorry for late reply) but please consider this extension abandoned since I no longer use CouchDB / don't have time to work on it anymore. I'll leave this ticket open in case if someone interest in picking up this project.

sirn commented

Closed per a patch by benoitc.