Hi Evans,
Thanks for the response. I just got some time to try it out.
The problem was due to lxml module not being installed properly.
Thanks,
Saran
On Mon, Nov 23, 2009 at 9:55 AM, Eric Evans <[email protected]> wrote:
> On Sat, 2009-11-21 at 12:20 -0600, Saran wrote:
>> 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 ColumnOrSuperColum
>
> I've never used cassdict, but this looks to me like you either haven't
> generated the thrift code for cassandra, or it is not in your
> PYTHONPATH.
>
> --
> Eric Evans
> [email protected]
>
>