dmitriy-serdyuk / kaldi-python

Python wrappers for Kaldi data
Apache License 2.0
33 stars 17 forks source link

problems while import kaldi_io #6

Closed alisa5 closed 8 years ago

alisa5 commented 8 years ago

I have successfully recompiled my kaldi with --shared flag, and ran ./setup install with no error. but when i try to import kaldi_io in python ,i got an importError:

import kaldi_io Traceback (most recent call last): File "", line 1, in File "kaldi_io/init.py", line 243, in from kaldi_io_internal import * ImportError: No module named kaldi_io_internal exit()

i have don't know what should i do now. thanks in advance