You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Matthew O'Riordan (Updated) (JIRA)" <ji...@apache.org> on 2012/01/22 02:23:39 UTC

[jira] [Updated] (CASSANDRA-3767) cqlsh is missing cqlshlib (ImportError: No module named cqlshlib)

     [ https://issues.apache.org/jira/browse/CASSANDRA-3767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthew O'Riordan updated CASSANDRA-3767:
-----------------------------------------

    Description: 
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}


  was:
After a clean install of Cassandra, when running cqlsh I get the following error:

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


    
> 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