Comment 2 for bug 763554

Revision history for this message
Jason Gerard DeRose (jderose) wrote :

This is a simple way to test just the python-couchdb part:

jderose@jgd-ws:~/bzr/dmedia/trunk$ python
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from couchdb import Server, ResourceNotFound
>>>