On Mon, Jan 19, 2009 at 8:18 AM, Michal <[email protected]> wrote: > > what went wrong when I get this error: > > couchdb.client.ServerError: (500, ('error', > "{{nocatch,{map_process_error,{exit_status,0}}},\n > [{couch_query_servers,readline,2},\n {couch_query_servers,read_json,1},\n > {couch_query_servers,prompt,2},\n > {couch_query_servers,'-start_doc_map/2-fun-0-',2},\n {lists,foreach,2},\n > {couch_query_servers,start_doc_map,2},\n {couch_view,view_compute,2},\n > {couch_view,update_group,1}]}")) > > I was trying to configure couchdb to use it with python. I modified couch.ini > and path points to view.py from couchdb-python. The same query works when it > is written in JS (db exists and all tests are passed). The same program works > on vista, on leopard if fails. > > br > michal z
view server not set up correctly. See http://mail-archives.apache.org/mod_mbox/couchdb-user/200812.mbox/%[email protected]%3e You should probably be editing your local.ini and not the couch.ini file too. -Jeff
