couchdb-fuse icon indicating copy to clipboard operation
couchdb-fuse copied to clipboard

cannot import name Row

Open mwcz opened this issue 10 years ago • 5 comments

When I try to run any couchmount command, I get the following error:

ImportError: cannot import name Row

It's true. When I do...

>>> import couchdb
>>> dir(couchdb)

Row is not in the list.

Package versions:

couchdb - Apache CouchDB 1.3.0
Python 2.7.3
python-fuse 2:0.2.1-7
CouchDB-Fuse 0.2dev

It looks like this project is inactive, so I'm not expecting a fix. Posting this issue just in case. :)

mwcz avatar Feb 24 '14 18:02 mwcz

Which version of CouchDB-Python?

jasondavies avatar Feb 24 '14 21:02 jasondavies

According to apt...

Package: python-couchdb
Version: 0.8-1

But according to the package itself...

>>> couchdb.__version__
'0.9'

mwcz avatar Feb 25 '14 14:02 mwcz

This got fixed in the current master branch so the issue could be closed.

pieper avatar May 26 '14 19:05 pieper

@pieper Which project was it fixed in, CouchDB-Python or CouchDB-Fuse? I don't see any commits on either project since 2013...

mwcz avatar May 27 '14 14:05 mwcz

It's fixed by this commit in the CouchDB-Fuse master:

https://github.com/jasondavies/couchdb-fuse/commit/0fe8dad8effd5af74f9b9d0bd839955b8fff08e0

pieper avatar May 27 '14 23:05 pieper