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 comments
Sort by
Date
Votes
Please, attach screenshot which shows the issue.
Here it is, also with the Project interpreter window.
Please sign in to leave a comment.