Re: Problem installing Riak Python client

2011-11-10 Thread Greg Stein
On Nov 10, 2011 4:26 PM, "Nate Lawson" wrote: > > > On Nov 10, 2011, at 4:04 PM, Greg Stein wrote: > > > On Thu, Nov 10, 2011 at 11:51, Nate Lawson wrote: > >> ... > >> BTW, are there any plans for the Riak python client to use the protobuf C library directly via ctypes? The pure python implement

Re: Problem installing Riak Python client

2011-11-10 Thread Nate Lawson
On Nov 10, 2011, at 4:04 PM, Greg Stein wrote: > On Thu, Nov 10, 2011 at 11:51, Nate Lawson wrote: >> ... >> BTW, are there any plans for the Riak python client to use the protobuf C >> library directly via ctypes? The pure python implementation of protobuf >> seems a little slow. > > Not tha

Re: Problem installing Riak Python client

2011-11-10 Thread Greg Stein
On Thu, Nov 10, 2011 at 11:51, Nate Lawson wrote: >... > BTW, are there any plans for the Riak python client to use the protobuf C > library directly via ctypes? The pure python implementation of protobuf seems > a little slow. Not that I've seen. I plan to use the HTTP interface because I can

Re: Problem installing Riak Python client

2011-11-10 Thread Nate Lawson
On Nov 10, 2011, at 8:25 AM, Nitish Sharma wrote: Hi, > I am trying to install Riak's python client library using Pip. But it throws > an IOError while installing: IOError: [Errno 2] No such file or directory: > 'protobuf/setup.py'. Apparently, a lot of guys are facing the same problem. > The pr

Problem installing Riak Python client

2011-11-10 Thread Nitish Sharma
Hi, I am trying to install Riak's python client library using Pip. But it throws an IOError while installing: IOError: [Errno 2] No such file or directory: 'protobuf/setup.py'. Apparently, a lot of guys are facing the same problem. The problem is that the latest version of Protobuf (2.4.1) has move