Did you compile the cassandra.thrift file and make sure the generated files are in PYTHONPATH?
arin On Mon, Aug 24, 2009 at 9:20 PM, <[email protected]> wrote: > lazyboy does not work with cassandra > python columnfamily.pyTraceback (most recent call last): > File "columnfamily.py", line 18, in <module> > from lazyboy import * > File "/work/dn/lazyboy/supercolumn.py", line 11, in <module> > from cassandra.ttypes import SuperColumnPath > ImportError: cannot import name SuperColumnPath > > > Any ideas on how to make this work? > Thanks >
