Skip to content

ImportError: No module named sstidx #7

@fincardona

Description

@fincardona

Hello,
I tried to execute python2 sst.py -c -d ../md-1-big-Data.db
but I got the following error:

Traceback (most recent call last):
  File "sst.py", line 20, in <module>
    from sstidx import IndexInfo
ImportError: No module named sstidx

I think the error is at:

ctools/sst.py

Line 20 in 4f2ee5a

from sstidx import IndexInfo
since the module to import should be sstable not sstidx.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions