On Wed, Mar 10, 2010 at 08:33, Matteo Caprari <matteo.capr...@gmail.com> wrote:
> protocol = TBinaryProtocol.TBinaryProtocolAccelerated(transport) > client = Cassandra.Client(protocol) > transport.open() before attempting the mutation, try adding: client.transport = transport Gary.