Comment 3 for bug 763554

Revision history for this message
Jason Gerard DeRose (jderose) wrote :

Is Frugalware using a python-couchdb newer than the 0.8 stable release? Perhaps it's no longer importing `ResourceNotFound` into the `couchdb` namespace. If the above doesn't work, could you see if this works?

jderose@jgd-ws:~/bzr/dmedia/trunk$ python
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from couchdb.client import Server
>>> from couchdb.http import ResourceNotFound
>>>

For what it's worth, I think this is definitely an issue with python-couchdb, not desktopcouch.