Getting Error as below:
bin]# ./cqlsh
Traceback (most recent call last):
File "./cqlsh", line 134, in <module>
from cqlshlib import cqlhandling, cql3handling, pylexotron, sslhandling
File "/u01/cassandra/usr/share/dse/resources/cassandra/bin/../pylib/cqlshlib/sslhandling.py", line 20, in <module>
import ssl
File "/usr/local/lib/python2.6/ssl.py", line 60, in <module>
import _ssl # if we can't import it, let the error propagate
ImportError: No module named _ssl
Our versions are as below:
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.6 (Santiago)
bin]# python --version
Python 2.6.9