Has anyone ever done this?
I've been trying for the last two hours but it keeps telling me:
C:\Documents and Settings\Me\My Documents\Downloads\mecab-0.95\mecab-0.95>python
setup.py build
Traceback (most recent call last):
File "setup.py", line 14, in <module>
version = cmd1("mecab-config --version"),
File "setup.py", line 7, in cmd1
return os.popen(str).readlines()[0][:-1]
IndexError: list index out of range
When I try to install.
I don't know how I'm going to get it to work and it's almost unspeakably frustrating.
I've been trying for the last two hours but it keeps telling me:
C:\Documents and Settings\Me\My Documents\Downloads\mecab-0.95\mecab-0.95>python
setup.py build
Traceback (most recent call last):
File "setup.py", line 14, in <module>
version = cmd1("mecab-config --version"),
File "setup.py", line 7, in cmd1
return os.popen(str).readlines()[0][:-1]
IndexError: list index out of range
When I try to install.
I don't know how I'm going to get it to work and it's almost unspeakably frustrating.
