Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 48278 invoked from network); 26 Nov 2009 11:09:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Nov 2009 11:09:50 -0000 Received: (qmail 31475 invoked by uid 500); 26 Nov 2009 11:09:41 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 31446 invoked by uid 500); 26 Nov 2009 11:09:40 -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 31430 invoked by uid 99); 26 Nov 2009 11:09:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Nov 2009 11:09:40 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of akat.metin@gmail.com designates 74.125.78.27 as permitted sender) Received: from [74.125.78.27] (HELO ey-out-2122.google.com) (74.125.78.27) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Nov 2009 11:09:37 +0000 Received: by ey-out-2122.google.com with SMTP id 4so161823eyf.41 for ; Thu, 26 Nov 2009 03:09:16 -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=CfbA9t8KNXwdAhfvM5Eu0AZWiKETw4VQ0reLpiy365g=; b=BMc1Unjmr+uBUGSqfnpnJ0G19N6GKNy/NCuS6WZgs+psGbvA68eQ7kQ64M/GCzu9eV h7apkPuAj3/hk3K44tlh6UPIg78pW0qCQdNbKEe6SoGtNqD83StixS+OTx8ZWMjZzQAG pBduEJmd/PYh53tg+paIoXYhC04pbQhVO2bgQ= 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=voN2yYX5M8/9c4l29itiRPB99e0s3mN36Fsp3qW6N+ZNrXtDezUMz6iwIQkj9F91ob qYgBMflL7Qbu4m13vpWTc8DiVEYu1vDiLe6NYUcEYrjio8TjAUfnHx1rH2Ayn/vv+zc8 fq4Ug+nlwzov+K5NTfGc/EfrqGYlJWUSao720= MIME-Version: 1.0 Received: by 10.216.86.83 with SMTP id v61mr8627wee.80.1259233756257; Thu, 26 Nov 2009 03:09:16 -0800 (PST) In-Reply-To: <8ffc07960911250912r4c1d8285xa2a78b622cabd4eb@mail.gmail.com> References: <98a246a10911250554v40531c8bte5e85d1430d8727a@mail.gmail.com> <8ffc07960911250912r4c1d8285xa2a78b622cabd4eb@mail.gmail.com> Date: Thu, 26 Nov 2009 13:09:16 +0200 Message-ID: <98a246a10911260309g3e37705fj28ace1715f7269a7@mail.gmail.com> Subject: Re: Python view server and fractions From: Metin Akat To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hmm, I've been playing with couchdb-pythonviews for several hours. Still can't make it work. Anyone knows how to use it? On Wed, Nov 25, 2009 at 7:12 PM, Norbert Barlek wrote: >> 1. I've read that the python view server is (much) slower/buggy etc. >> Have you used it in production? What's your experience? > > See here: > > http://www.mikealrogers.com/archives/673 > >> 2. I'd like to use the fractions module (part of the standard library) >> in my views. I know only one way to do it - import it inside the view >> (import it every time the view is called). Is there some way to import >> it "globally", so that it's always available to the views? > > It should be trivial to add it to mikael's couchdb-pythonviews? > > HTH > nb >