8000 IOError: NotFoundFile · Issue #6 · cleverdeng/pinyin.py · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
IOError: NotFoundFile #6
Open
Open
@ghost

Description

运行示例报错

>>> from pinyin import PinYin
>>> test = PinYin()
>>> test.load_word()
Traceback (most recent call last):
  File "<input>", line 1, in <module>
  File "/Users/tianyu/.virtualenvs/hpgolf/lib/python2.7/site-packages/pinyin.py", line 23, in load_word
    raise IOError("NotFoundFile")
IOError: NotFoundFile

平台是:

  • mac os 10.9.2
  • python:2.7

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

      0