[
https://issues.apache.org/jira/browse/CASSANDRA-3767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13190579#comment-13190579
]
Matthew O'Riordan commented on CASSANDRA-3767:
----------------------------------------------
FYI, I managed to get cqlsh working by downloading
http://svn.apache.org/repos/asf/cassandra/trunk/pylib/setup.py, and and
cqlshlib from http://svn.apache.org/repos/asf/cassandra/trunk/pylib/cqlshlib/,
and then running python install setup.py.
Just not sure why it's not installed by default and why I had to install the
cqlshlib manually.
Matt
> cqlsh is missing cqlshlib (ImportError: No module named cqlshlib)
> -----------------------------------------------------------------
>
> Key: CASSANDRA-3767
> URL: https://issues.apache.org/jira/browse/CASSANDRA-3767
> Project: Cassandra
> Issue Type: Bug
> Components: Tools
> Affects Versions: 1.0.7
> Environment: Mac OS X 10.7.2 Snow Leopard
> Cassandra 1.0.7
> Installed using Homebrew
> Reporter: Matthew O'Riordan
>
> After a clean install of Cassandra, when running cqlsh I get the following
> error:
> {code}>cqlsh
> Traceback (most recent call last):
> File "/usr/local/bin/cqlsh", line 54, in <module>
> from cqlshlib import cqlhandling, pylexotron
> ImportError: No module named cqlshlib
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira