From commits-return-5223-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Sat Sep 25 21:45:27 2010 Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 58925 invoked from network); 25 Sep 2010 21:45:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Sep 2010 21:45:27 -0000 Received: (qmail 46412 invoked by uid 500); 25 Sep 2010 21:45:27 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 46357 invoked by uid 500); 25 Sep 2010 21:45:26 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 46350 invoked by uid 500); 25 Sep 2010 21:45:26 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 46347 invoked by uid 99); 25 Sep 2010 21:45:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Sep 2010 21:45:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Sep 2010 21:45:24 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 5319398; Sat, 25 Sep 2010 21:44:54 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Sat, 25 Sep 2010 21:44:54 -0000 Message-ID: <20100925214454.69875.97392@eosnew.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Trivial_Update_of_=22Getting=5Fstarted=5Fwit?= =?utf-8?q?h=5FPython=22_by_TimRadvan?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "Getting_started_with_Python" page has been changed by TimRadvan. The comment on this change is: Broke the couchdb-python example install, so= rry. http://wiki.apache.org/couchdb/Getting_started_with_Python?action=3Ddiff&re= v1=3D16&rev2=3D17 -------------------------------------------------- $ wget http://peak.telecommunity.com/dist/ez_setup.py $ sudo python ez_setup.py $ wget http://pypi.python.org/packages/2.6/C/CouchDB/CouchDB-0.8-py2.6.egg - $ sudo easy_install CouchDB-0.6-py2.5.egg + $ sudo easy_install CouchDB-0.8-py2.6.egg }}} This first downloads and installs the ''ez_setup.py'' script which runs p= ython ''.egg'' files. The second part downloads the ''.egg'' file for Couch= DB and installs it along with its dependencies. =20