python-docx をインストールしようとしているので、cmd を入力しました
easy_install python-docx
そして得た:
Searching for python-docx
Best match: python-docx 0.7.4
Processing python_docx-0.7.4-py2.6.egg
python-docx 0.7.4 is already the active version in easy-install.pth
Using c:\python26\lib\site-packages\python_docx-0.7.4-py2.6.egg
Processing dependencies for python-docx
Finished processing dependencies for python-docx
しかし、Pythonを開いて次のように入力すると:
docx をインポート
私が得た:
File "c:\python26\lib\site-packages\docx-0.2.4-py2.6.egg\docx.py", line 17, in <
module>
from lxml import etree
ImportError: DLL load failed: The specified procedure could not be found.
このインポート エラーを解決するにはどうすればよいですか? 何が欠けている?