Python3でMeCab

python3.2にpythonバインディングを入れようとしても途中でエラーが出る >> AttributeError: 'module' object has no attribute 'split' << setup.pyの中で使われているstring.splitがpython3.2では使えなく…