The ResourceNotFound exception is no longer located in couchdb.client but directly from couchdb.
from couchdb.client import ResourceNotFound
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name ResourceNotFound
from couchdb import ResourceNotFound
I still can't get the tutorial to work on 127.0.0.1:8000 though.
The ResourceNotFound exception is no longer located in couchdb.client but directly from couchdb.
I still can't get the tutorial to work on 127.0.0.1:8000 though.