[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709105#action_12709105
 ] 

Mahadev konar commented on ZOOKEEPER-395:
-----------------------------------------

yes, adding the warning in README would be good. We dont have to do all the 
installation in ant but just specifying what to install and what version of 
python to use is good enough to have in README. Also, it will be good to have 
it in the README saying whcih versions of python's we have tried running 
successfully against.

Also just a minor change in README.

{code}
python setup.py build
sudo python setup.py install

from zookeeper/src/contrib/zkpython/.
{code}

should be 

{code}
python src/python/setup.py build
sudo python src/python/setup.py install

from zookeeper/src/contrib/zkpython/.
{code}


> Python bindings
> ---------------
>
>                 Key: ZOOKEEPER-395
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-395
>             Project: Zookeeper
>          Issue Type: New Feature
>    Affects Versions: 3.2.0
>            Reporter: Henry Robinson
>            Assignee: Henry Robinson
>         Attachments: ZOOKEEPER-395.patch, ZOOKEEPER-395.patch
>
>
> ZooKeeper doesn't have Python bindings. Having them would be useful, and 
> would complement the extant Perl bindings. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to