I have a newly installed OS 10.7 and am getting an exception thrown when calling db.bulk_save(docs). I've installed from 'easy_install' and I tried to install from the latest repository snapshot on github. I get the same exception in both cases. However, it appears that my documents do get placed on my database.
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/couchdbkit-0.5.7-py2.7.egg/couchdbkit/client.py", line 554, in save_docs
raise BulkSaveError(errors, results)
couchdbkit.exceptions.BulkSaveError