Return-Path: Delivered-To: apmail-incubator-cassandra-dev-archive@minotaur.apache.org Received: (qmail 76282 invoked from network); 25 Aug 2009 04:25:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Aug 2009 04:25:41 -0000 Received: (qmail 41392 invoked by uid 500); 25 Aug 2009 04:26:06 -0000 Delivered-To: apmail-incubator-cassandra-dev-archive@incubator.apache.org Received: (qmail 41351 invoked by uid 500); 25 Aug 2009 04:26:06 -0000 Mailing-List: contact cassandra-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-dev@incubator.apache.org Received: (qmail 41341 invoked by uid 99); 25 Aug 2009 04:26:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2009 04:26:05 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.220.224] (HELO mail-fx0-f224.google.com) (209.85.220.224) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2009 04:25:59 +0000 Received: by fxm24 with SMTP id 24so1676925fxm.12 for ; Mon, 24 Aug 2009 21:25:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.86.251.40 with SMTP id y40mr4062531fgh.57.1251174336233; Mon, 24 Aug 2009 21:25:36 -0700 (PDT) In-Reply-To: References: Date: Mon, 24 Aug 2009 21:25:36 -0700 Message-ID: <991dde790908242125n593eec72ud33cc05dd5d5bab1@mail.gmail.com> Subject: Re: lazyboy does not work with cassandra From: Arin Sarkissian To: cassandra-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Did you compile the cassandra.thrift file and make sure the generated files are in PYTHONPATH? arin On Mon, Aug 24, 2009 at 9:20 PM, wrote: > =A0lazyboy does not work with cassandra > python columnfamily.pyTraceback (most recent call last): > =A0File "columnfamily.py", line 18, in > =A0 =A0from lazyboy import * > =A0File "/work/dn/lazyboy/supercolumn.py", line 11, in > =A0 =A0from cassandra.ttypes import SuperColumnPath > ImportError: cannot import name SuperColumnPath > > > Any ideas on how to make this work? > Thanks >