Hi,
Im using latest co of cassdict and cassandra. After doing all the
other procedures for cassandra-thrift, i try to run the test.py from
cassdict, and I get an import error. Please notice that it is able to
import some classes (Column, SuperColumn) from the file
cassandra/interface/gen-py/cassandra/ttypes.py, but not the remaining
( ColumnOrSuperColumn, SlicePredicate, SliceRange, ConsistencyLevel).
Any help will be appreciated.
Thanks,
Saran
In [1]: import cassdict.connection as connection
...:
In [2]: from cassdict.cass import *
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
/home/sridhar/Desktop/cassdict/<ipython console> in <module>()
/home/sridhar/Desktop/cassdict/cassdict/cass.py in <module>()
13 import pdb
14
---> 15 from cassandra.ttypes import Column, SuperColumn, ColumnOrSuperColumn, \
16 SlicePredicate, SliceRange, ConsistencyLevel, ColumnPath,
ColumnParent
17
ImportError: cannot import name ColumnOrSuperColumn