nitebyte / TripTeller

31 stars 8 forks source link

ModuleNotFoundError: No module named 'exceptions' #1

Open denzardten opened 1 year ago

denzardten commented 1 year ago

ModuleNotFoundError: No module named 'exceptions'

conductiveIT commented 1 year ago

Apparently caused by the docx module with Python 3. Instead of installing docx, install python-docx.

As per https://stackoverflow.com/questions/22765313/when-import-docx-in-python3-3-i-have-error-importerror-no-module-named-excepti/44233838#44233838