From commits-return-2821-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Sun Jul 26 06:05:12 2009 Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 14774 invoked from network); 26 Jul 2009 06:05:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jul 2009 06:05:09 -0000 Received: (qmail 99875 invoked by uid 500); 26 Jul 2009 06:06:14 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 99780 invoked by uid 500); 26 Jul 2009 06:06:14 -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 99771 invoked by uid 500); 26 Jul 2009 06:06:13 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 99768 invoked by uid 99); 26 Jul 2009 06:06:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jul 2009 06:06:13 +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.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jul 2009 06:06:05 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 0381F118BF for ; Sun, 26 Jul 2009 06:05:45 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: couchdb-commits@incubator.apache.org Date: Sun, 26 Jul 2009 06:05:44 -0000 Message-ID: <20090726060544.17011.77303@eos.apache.org> Subject: [Couchdb Wiki] Update of "Getting started with Python" by TimBurgess 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 change notification. The following page has been changed by TimBurgess: http://wiki.apache.org/couchdb/Getting_started_with_Python The comment on the change is: Updated ref to ver 0.6 ------------------------------------------------------------------------------ {{{ $ wget http://peak.telecommunity.com/dist/ez_setup.py $ sudo python ez_setup.py - $ wget http://pypi.python.org/packages/2.5/C/CouchDB/CouchDB-0.4-py2.5.egg + $ wget http://pypi.python.org/packages/2.5/C/CouchDB/CouchDB-0.6-py2.5.egg - $ sudo easy_install CouchDB-0.4-py2.5.egg + $ sudo easy_install CouchDB-0.6-py2.5.egg }}} This first downloads and installs the ''ez_setup.py'' script which runs python ''.egg'' files. The second part downloads the ''.egg'' file for CouchDB and installs it along with its dependencies.