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\'
Just pass it as part of the URI...python-couchdb will parse the user/pass out and use them:
http://user:pass@localhost:5984