lanto03 / couchdb-python

Automatically exported from code.google.com/p/couchdb-python
Other
0 stars 0 forks source link

Querying Database Throws "wrong mime type error" #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install Ubuntu packages couchdb (0.8.0-incubating) and python-couchdb
(0.3-2)
2. follow example in query function in client.py
3. call query()

What is the expected output? What do you see instead?
The title of the documents. Instead, I see http://pastebin.com/d37cde25d

What version of the product are you using? On what operating system?
0.8.0-incubating, 0.3-2, Ubuntu

Please provide any additional information below.

Original issue reported on code.google.com by gilbert....@gmail.com on 5 Mar 2009 at 7:07

GoogleCodeExporter commented 8 years ago
Pastebin entry seems to have been purged. I believe this is simply a version 
mismatch between CouchDB and 
CouchDB-Python. If you're using CouchDB 0.8.x, you need to be using 
CouchDB-Python 0.4.x. If Ubuntu is 
shipping incompatible versions of the two, well, that sucks.

Original comment by cmlenz on 9 Mar 2009 at 9:42

GoogleCodeExporter commented 8 years ago
you are right

Original comment by gilbert....@gmail.com on 9 Mar 2009 at 10:55