Trouble importing docx module

i am working on a project locally on vs code and i downloaded python-docx from pip but it wont get recognized in my file.

i opened my venv and pip installed the module. I can ‘pip show python-docx’ and it shows it is installed and if i try to reinstall it says that it is satisfied already.

i have tried to import as docx but it will not work.

Any suggestions?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.