Closed GoogleCodeExporter closed 8 years ago
The problem is related to
http://code.google.com/p/couchdb-python/issues/detail?id=85
and was corrected using:
sudo pip install --upgrade hg+https://couchdb-python.googlecode.com/hg
and then
sudo pip install --upgrade hg+https://httplib2.googlecode.com/hg/
% nosetests .
........
----------------------------------------------------------------------
Ran 8 tests in 10.010s
OK
Sorry about the noise.
Original comment by nicolas....@gmail.com
on 15 Dec 2009 at 6:40
You can also just work with the recent 0.6.1 release, if you just get either the
0.4.0 release of httplib2 or their hg tip version.
BTW, it looks like nosetests doesn't find our test suite correctly; you may
want to
run PYTHONPATH=. python couchdb/tests/__init__.py.
Original comment by djc.ochtman
on 15 Dec 2009 at 7:21
Original issue reported on code.google.com by
nicolas....@gmail.com
on 15 Dec 2009 at 5:16