Skip to content

Instantly share code, notes, and snippets.

@lenards
Created October 28, 2014 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lenards/e9f7da75f8631626e529 to your computer and use it in GitHub Desktop.
Save lenards/e9f7da75f8631626e529 to your computer and use it in GitHub Desktop.
much error, wrong PYTHONPATH maybe?
student@cascor:~/.ccm/cascor_3nplus/node1$ ./bin/cqlsh
Python CQL driver not installed, or not on PYTHONPATH.
You might try "easy_install cql".
Python: /usr/bin/python
Module load path: ['/home/student/.ccm/cascor_3nplus/node1/bin', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages/PIL', '/usr/lib/python2.7/dist-packages/gst-0.10', '/usr/lib/python2.7/dist-packages/gtk-2.0', '/usr/lib/python2.7/dist-packages/ubuntu-sso-client', '/usr/lib/python2.7/dist-packages/ubuntuone-client', '/usr/lib/python2.7/dist-packages/ubuntuone-control-panel', '/usr/lib/python2.7/dist-packages/ubuntuone-couch', '/usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol']
Error: No module named cql
student@cascor:~/.ccm/cascor_3nplus/node1$ cd bin/
student@cascor:~/.ccm/cascor_3nplus/node1/bin$ ./cqlsh
Python CQL driver not installed, or not on PYTHONPATH.
You might try "easy_install cql".
Python: /usr/bin/python
Module load path: ['/home/student/.ccm/cascor_3nplus/node1/bin', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages/PIL', '/usr/lib/python2.7/dist-packages/gst-0.10', '/usr/lib/python2.7/dist-packages/gtk-2.0', '/usr/lib/python2.7/dist-packages/ubuntu-sso-client', '/usr/lib/python2.7/dist-packages/ubuntuone-client', '/usr/lib/python2.7/dist-packages/ubuntuone-control-panel', '/usr/lib/python2.7/dist-packages/ubuntuone-couch', '/usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol']
Error: No module named cql
student@cascor:~/.ccm/cascor_3nplus/node1/bin$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment