文章目录 1、 No module named 'exceptions'2、IndentationError: unexpected indent3、 1、 No module named ‘exceptions’ 解决办法: pip install python-docx 2、IndentationError: unexpected indent 解决办法:仔细检查缩进,和有没有特殊符号,保证缩进什么的都正确 3、