Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 25239 invoked from network); 2 Feb 2011 22:00:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2011 22:00:42 -0000 Received: (qmail 79140 invoked by uid 500); 2 Feb 2011 22:00:40 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 79035 invoked by uid 500); 2 Feb 2011 22:00:40 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 79026 invoked by uid 99); 2 Feb 2011 22:00:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Feb 2011 22:00:40 +0000 X-ASF-Spam-Status: No, hits=0.9 required=5.0 tests=RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcdcu-cassandra-user-1@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Feb 2011 22:00:31 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pkkk9-0003zi-LY for user@cassandra.apache.org; Wed, 02 Feb 2011 23:00:06 +0100 Received: from 70.29.91.189 ([70.29.91.189]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Feb 2011 23:00:05 +0100 Received: from olegp by 70.29.91.189 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Feb 2011 23:00:05 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: user@cassandra.apache.org From: Oleg Proudnikov Subject: Re: =?utf-8?b?cHlfc3RyZXNz?= error in Cassandra 0.7 Date: Wed, 2 Feb 2011 21:59:07 +0000 (UTC) Lines: 20 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 70.29.91.189 (Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13) X-Virus-Checked: Checked by ClamAV on apache.org Have you generated Cassandra Thrift interface? You will need to install Thrift first: http://wiki.apache.org/cassandra/InstallThrift Then, in the interface directory under Cassandra's home you can run thrift --gen py cassandra.thrift If the above does not install generated cassandra thrift module, then copy it manually to the site-packages directory of your python installation. On my server it is in /usr/lib/python/site-packages I hope this helps... Oleg