Home > other >  Python import docx after making mistakes
Python import docx after making mistakes

Time:11-30

CMD command after import docx, pycharm try import docx error: Traceback (the most recent call last) : the File "C:/Users/PC/PycharmProjects/untitled/mass production employee contract WORD automatically. Py", line 1, the in & lt; module> The from docx import Document
ModuleNotFoundError: No module named 'docx'
Could you tell me how to solve a great god?

CodePudding user response:

In the file - setting - project intepreter, increase docx projects using virtual environment
  • Related