Just to make 100% sure I'm doing exactly the same thing as you, I have a
file test_couchdb.py with these (and only these) contents:

from desktopcouch.records.server import CouchDatabase
db = CouchDatabase('test_db3',create=True)
results = db.get_records(record_type="http://example.com";, create_view=True)
print len(results.rows)

And I run that from the console (several times) like this:

e...@eric-laptop:~$ python test_couch.py 
0
e...@eric-laptop:~$ python test_couch.py 
0
e...@eric-laptop:~$ python test_couch.py 
0
e...@eric-laptop:~$ python test_couch.py 
0

-- 
CouchDatabase() call hangs
https://bugs.launchpad.net/bugs/682866
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to