Hello there, I tried to use the Library docx together with the given example. But I just get the following error:
Traceback (most recent call last): File "python", line 1, in ModuleNotFoundError: No module named 'exceptions'
What is missing to be able to use the Library? Or is there another way to create Word Documents in Python which also works in repl.it?
Reference: https://python-docx.readthedocs.io/en/latest/
Thanks for your Help! Greetings, Lord Tkay
You can try installing docx in the shell: pip install python-docx
Python - Word Document with docx
Hello there,
I tried to use the Library docx together with the given example. But I just get the following error:
Traceback (most recent call last):
File "python", line 1, in
ModuleNotFoundError: No module named 'exceptions'
What is missing to be able to use the Library? Or is there another way to create Word Documents in Python which also works in repl.it?
Reference: https://python-docx.readthedocs.io/en/latest/
Thanks for your Help!
Greetings,
Lord Tkay
You can try installing docx in the shell:
pip install python-docx