Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 65594 invoked from network); 22 May 2009 03:24:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 May 2009 03:24:14 -0000 Received: (qmail 3457 invoked by uid 500); 22 May 2009 03:24:26 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 3330 invoked by uid 500); 22 May 2009 03:24:26 -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 3320 invoked by uid 500); 22 May 2009 03:24:25 -0000 Delivered-To: apmail-incubator-couchdb-user@incubator.apache.org Received: (qmail 3317 invoked by uid 99); 22 May 2009 03:24:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 May 2009 03:24:25 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of warnero@gmail.com designates 74.125.44.155 as permitted sender) Received: from [74.125.44.155] (HELO yx-out-1718.google.com) (74.125.44.155) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 May 2009 03:24:16 +0000 Received: by yx-out-1718.google.com with SMTP id 3so894878yxi.0 for ; Thu, 21 May 2009 20:23:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=E+rUKdJugOYzyMiqSYYsnljnO3q88CZGTWI1XLbo5kc=; b=xk3yrEfdYIMlFJ4ZOGbD3l0Avt0YpQ5Xe4MR9qIgMuiHedw8cpgOFtB/RVECjX+SUk 7LYNWWYUCTmPStrBhHWRF8byVE9NzaaEQzG98c4r1LnrqaRgRa1dW+yK4U/IxBbwM44o E6SThk1Oeb5ulsPXTH9h2bJsx5aWUfkcnzS24= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=ifxkzvccQND3GbmcQRevk9F9gZOCzrj2ttZJGLFUriFnT9dXvkn1YLXwYLH2KU4//W bMSzeg/1teqKfOHcoxIxwr9wATAVQAG05DazNm83pcHjbGIx02Zc3WEbzn3swJ6IbCre PVUnEF+YWAmu/ZJ9GrJjsfzIn8sLMucB8JU6c= MIME-Version: 1.0 Received: by 10.150.202.11 with SMTP id z11mr6672940ybf.0.1242962269299; Thu, 21 May 2009 20:17:49 -0700 (PDT) Date: Thu, 21 May 2009 20:17:49 -0700 Message-ID: Subject: problem installing couchapp From: Warner Onstine To: couchdb-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I'm having a problem installing couchapp. It keeps getting to this part: Searching for simplejson Reading http://pypi.python.org/simple/simplejson/ Reading http://undefined.org/python/#simplejson Best match: simplejson 2.0.9 Downloading http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.9.tar.gz#md5=af5e67a39ca3408563411d357e6d5e47 Processing simplejson-2.0.9.tar.gz Running simplejson-2.0.9/setup.py -q bdist_egg --dist-dir /tmp/easy_install-8Qu0E7/simplejson-2.0.9/egg-dist-tmp-bjnKcE No eggs found in /tmp/easy_install-8Qu0E7/simplejson-2.0.9/egg-dist-tmp-bjnKcE (setup script problem?) error: Could not find required distribution simplejson I'm trying to install on Leopard, Intel box. Any help is greatly appreciated. I haven't been able to find much online as of yet. -warner