Re: Python client error

2014-08-15 Thread Alex De la rosa
Thanks for your reply, I already fixed it deleting everything and using "pip install riak" instead. Thanks! Alex On Fri, Aug 15, 2014 at 5:59 PM, tele wrote: > Hi Alex, > > Try with: pip install cryptography > > :tele > > > On Fri, 15 Aug 2014 17:29:29 +0200 > Alex De la rosa wrote: > > > Hi

Re: Python client error

2014-08-15 Thread tele
Hi Alex, Try with: pip install cryptography :tele On Fri, 15 Aug 2014 17:29:29 +0200 Alex De la rosa wrote: > Hi there, > > I installed riak-2.0rc1 and the Python client through "easy_intall > riak", however, when importing the "riak" library I got the following > error: > > Traceback (most

Re: Python client error

2014-08-15 Thread Alex De la rosa
Fixed, instead of using "easy_install riak" I used "pip install riak" and it worked like a charm :) Thanks! Alex On Fri, Aug 15, 2014 at 5:29 PM, Alex De la rosa wrote: > Hi there, > > I installed riak-2.0rc1 and the Python client through "easy_intall riak", > however, when importing the "riak

Python client error

2014-08-15 Thread Alex De la rosa
Hi there, I installed riak-2.0rc1 and the Python client through "easy_intall riak", however, when importing the "riak" library I got the following error: Traceback (most recent call last): File "x.py", line 1, in import riak File "/usr/local/lib/python2.7/dist-packages/riak-2.1.0rc1-py2.

Re: Python client error (ubuntu)

2013-04-03 Thread Evan Vigil-McClanahan
At the moment, the master branch of the python client is in a state of flux leading up to another release. the 1.5-stable branch is more likely what you want for the time being, or you can install from pypy via pip or easy_install. On Wed, Apr 3, 2013 at 6:02 AM, H. Ibrahim YILMAZ wrote: > Hi,

Python client error (ubuntu)

2013-04-03 Thread H. Ibrahim YILMAZ
Hi, I'm trying to use riak with python. I've installed the client (from github). riak (1.2.0 2012-08-06) Debian x86_64 When I try to connect I got error: AttributeError: 'module' object has no attribute 'RiakClient' The code : import riak import uuid import time client = riak.RiakClient()

Re: Python client: Error while using Protocol Buffer Interface

2011-04-08 Thread Ishwar
sday, April 7, 2011 10:23 PM >Subject: Re: Python client: Error while using Protocol Buffer Interface > > >The protocol buffers API operates over a different port. Check the app.config >file of each Riak node for the pb_port parameter to find out what port each >node is liste

Re: Python client: Error while using Protocol Buffer Interface

2011-04-07 Thread Dan Reverri
The protocol buffers API operates over a different port. Check the app.config file of each Riak node for the pb_port parameter to find out what port each node is listening on. You'll need to update your HAProxy config to load balance the pb_ports. Thanks, Dan Daniel Reverri Developer Advocate Bas

Python client: Error while using Protocol Buffer Interface

2011-04-07 Thread Ishwar
Hello Riak folks, We have a 3-node riak cluster on my local box with haproxy load balancer running on port 9190 for the riak cluster. I've attached the haproxy conf file for your reference. We use riak-python-client to connect to Riak. While connecting through the HTTP interface, the riak cli