from docx import Document
#error i get:
from exceptions import PendingDeprecationWarning
ModuleNotFoundError: No module named ‘exceptions’
I tried looking for the solution on other python forums but can’t find the solution
New contributor
Ahmed Mateen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1