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
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
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
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
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