Reputation: 11
I will state that my goal was simply to write to a docx file for the following reasons:
I have tried:
Though I am still getting a ModuleNotFoundError
error message, could anyone think of what to try next?
Traceback (most recent call last):
File "c:\users\xxx\onedrive\desktop\my programs\having fun.py", line 2, in import docx ModuleNotFoundError: No module named 'docx'
Upvotes: 1
Views: 246