DOCX import - newbie problem
new to Python, new to PyCharm.
My first Python task is to create a word (.docx) file using Python.
I installed the DOCX package according to https://www.jetbrains.com/pycharm/help/installing-uninstalling-and-upgrading-packages.html
But my program fails on line#1: from docx import Document
What did I miss?
My first Python task is to create a word (.docx) file using Python.
I installed the DOCX package according to https://www.jetbrains.com/pycharm/help/installing-uninstalling-and-upgrading-packages.html
But my program fails on line#1: from docx import Document
What did I miss?
2 条评论
排序方式
日期
投票数
Please, attach screenshot which shows the issue.
Here it is, also with the Project interpreter window.
请先登录再写评论。