I have installed couchDB v 0.10.0, and am attempting to talk to it via python from Couch class downloaded from couchDB wiki. Problem is:
Create database \'mydb\'
You can also do:
db = couchdb.Database("http://your.url/yourdb") db.resource.http.add_credentials(username, password)
after which all your requests should work.