From user-return-3705-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Wed Feb 25 21:15:49 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 23311 invoked from network); 25 Feb 2009 21:15:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Feb 2009 21:15:49 -0000 Received: (qmail 52580 invoked by uid 500); 25 Feb 2009 21:15:39 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 52545 invoked by uid 500); 25 Feb 2009 21:15:39 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 52502 invoked by uid 99); 25 Feb 2009 21:15:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2009 13:15:39 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of domingo.aguilera@gmail.com designates 74.125.44.30 as permitted sender) Received: from [74.125.44.30] (HELO yx-out-2324.google.com) (74.125.44.30) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2009 21:15:31 +0000 Received: by yx-out-2324.google.com with SMTP id 31so141235yxl.5 for ; Wed, 25 Feb 2009 13:15:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=K9BD3RHxYgF/F+QAWWkGIbvKX3efpdPkeObNvHC6KQQ=; b=QzeBeNYt1FcEnCsg7YXCZHCuQYD7aP50D5BDj7Dwp4sR67Ecot3HwMa/u9zEUp1hIH I3AcDDfjGyuHAy7qjerjEczrEBUo+jnarsWgkixNC98my1A+e2POJeiKDsr06uWDw3P5 dQD4FBKdJTXVJLVNAguydJIaaSTZDEqHEtaVg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=taTW/BELoNGz7E5QaY/2xPMD4uyKNOx9cu6Y3NIe89SN56I+hapOuWbXwwJzI8ipLk sdOGrNo8vOK/iK3O01iAAfXe/FhS/UbIES1Cg6mRfeZnaF7Fs5hk31LtJG44Xx4w50uN a/wxrSBspQc9TSfFzInwvjHa9V5Rx08ygxTMY= MIME-Version: 1.0 Received: by 10.151.157.1 with SMTP id j1mr420307ybo.83.1235596510846; Wed, 25 Feb 2009 13:15:10 -0800 (PST) In-Reply-To: References: <5aaed53f0902241942o2d9d2718j7253691fb74d1aaf@mail.gmail.com> <1694DF4A-0FDE-481E-87A3-1B5CF47A26C6@gmx.de> Date: Wed, 25 Feb 2009 15:15:10 -0600 Message-ID: Subject: Re: Some tests not working in couchdb-python From: Domingo Aguilera To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=00151750dda41d5f250463c4bb09 X-Virus-Checked: Checked by ClamAV on apache.org --00151750dda41d5f250463c4bb09 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I did a svn update of httplib2. After that I had to edit setup.py because every time I did setup.py install (from the svn update version ) the easy_installed httplib2 remained despite the fact that I was doing setup.py install. So I edited setup.py changed the version name and now after running setup.py install the httplib2 was up to date . The important thiing is that I have now the httplib2 module from the svn repository. After I changed to the couchdb-python ( from trunk ) and reissued a sudo python setup.py develop. On Wed, Feb 25, 2009 at 2:02 PM, Benoit Chesneau wrote: > 2009/2/25 Domingo Aguilera : > > Benoit, > > > > I edited setup.py to force reinstallation when sudo python setup.py > install > > . Now I am sure it's running httplib2 from the trunk version. > > > > I don't understand. Did you reinstall httplib2 from the trunk? Or did > you froece reinstall using couchdb-python trunk ? > --00151750dda41d5f250463c4bb09--