python docx软件包已安装。那是
C:\ Users \ Admin>点列表python-docx
Package Version
------------------------ ---------
beautifulsoup4 4.6.0
cachetools 2.1.0
certifi 2018.4.16
chardet 3.0.4
docx 0.2.4
google 2.0.1
google-api-python-client 1.7.3
google-auth 1.5.0
google-auth-httplib2 0.0.3
httplib2 0.11.3
idna 2.7
kwconfig 1.1.7
lxml 4.2.3
new-python 0.2
nltk 3.3
numpy 1.14.5
pandas 0.23.3
Pillow 5.2.0
pip 10.0.1
pyasn1 0.4.3
pyasn1-modules 0.2.2
python-dateutil 2.7.3
python-docx 0.8.6
pytz 2018.5
requests 2.19.1
rsa 3.4.2
search-google 1.2.1
setuptools 28.8.0
six 1.11.0
uritemplate 3.0.0
urllib3 1.23.
python代码是
from docx import Document
document = Document('inp.docx')
for p in document.paragraphs:
print(p.text)
但是当我运行python程序时,它显示此错误
P:\ pligiarism> python docx.py 追溯(最近一次通话):
的文件“ docx.py”,第1行 从docx导入文档 在第1行的文件“ P:\ pligiarism \ docx.py” 从docx导入文档 ImportError:无法导入名称“文档”。
请提出解决方案