[ https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709129#action_12709129 ]
Mahadev konar commented on ZOOKEEPER-395: ----------------------------------------- yeah, I think its fine in 2.*/site-packages. I tried running zk.py against a local zk server and this is what I got {code} onnecting to localhost:2181 -- Connected, handle is 0 Creating sequence node 0 0 Creating sequence node 1 0 Creating sequence node 2 0 Creating sequence node 3 0 Creating sequence node 4 0 ZNode tree -- |---/ :: |---/zk-python :: data |---/zk-python/sequencenode0000000003 :: data |---/zk-python/sequencenode0000000004 :: data |---/zk-python/sequencenode0000000001 :: data |---/zk-python/sequencenode0000000002 :: data |---/zk-python/sequencenode0000000000 :: data Segmentation fault {code} is zk.py working for you henry? > 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-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.