Traceback (most recent call last):
File "g2p.py", line 38, in <module>
import SequiturTool
ImportError: No module named SequiturTool
**
can anybody help me to solve the error. thank very much.</module>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i installed sequitur g2p to /usr/local/install/g2p/
and i run g2p.py in : ./g2p/bin/
and i fond file SequiturTool.py in ./g2p/lib64/python2.7/site-packages/
so how to when i run g2p.py than it find SequiturTool.py
pls, help me
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi every body.
pls, help me .
when i run command python2.7 g2p.py --train train.lex --devel 5% --write-
model model-1
i meet error:
**
python2.7 g2p.py --train train.lex --devel 5% --write-model model-1
Traceback (most recent call last):
File "g2p.py", line 38, in <module>
import SequiturTool
ImportError: No module named SequiturTool
**
can anybody help me to solve the error. thank very much.</module>
pls help me
Seems obvious,
ImportError: No module named SequiturTool
Read up on python modules and paths.
i installed sequitur g2p to /usr/local/install/g2p/
and i run g2p.py in : ./g2p/bin/
and i fond file SequiturTool.py in ./g2p/lib64/python2.7/site-packages/
so how to when i run g2p.py than it find SequiturTool.py
pls, help me
ok, i fixed the error:
export PYTHONPATH=../g2p/lib64/....
thanks